Page 1 of 1
Prepopulate an Email
Posted: Wed Mar 02, 2022 3:53 pm
by Lasa
Hi,
How would I go about Prepopulate an E-mail in web builder?
Subject: xxxxx
Body of email: hello...
CC
Cheers,
Lasa
Re: Prepopulate an Email
Posted: Wed Mar 02, 2022 3:58 pm
by zinc
Lasa wrote: Wed Mar 02, 2022 3:53 pm
Hi,
How would I go about Prepopulate an E-mail in web builder?
Subject: xxxxx
Body of email: hello...
CC
Cheers,
Lasa
Do you mean something like this?
https://www.computerhope.com/issues/ch0 ... ilto%20tag.
or this?
https://ibb.co/xhp22DW
Re: Prepopulate an Email
Posted: Wed Mar 02, 2022 4:34 pm
by Lasa
For now your first sample...
<a href="mailto:
test@example.com?subject=Testing out mailto!&body=This is only a test!">Second Example</a>
Where would I enter that code?
Lasa
Re: Prepopulate an Email
Posted: Wed Mar 02, 2022 4:40 pm
by zinc
Lasa wrote: Wed Mar 02, 2022 4:34 pm
For now your first sample...
<a href="mailto:
test@example.com?subject=Testing out mailto!&body=This is only a test!">Second Example</a>
Where would I enter that code?
Lasa
That depends on where you are using this. This is good if you are making a hyperlink with a text object or image or a shape.
Re: Prepopulate an Email
Posted: Wed Mar 02, 2022 5:40 pm
by Lasa
Yes, thank you so much!