Hi,
How would I go about Prepopulate an E-mail in web builder?
Subject: xxxxx
Body of email: hello...
CC
Cheers,
Lasa
Prepopulate an Email
Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Re: Prepopulate an Email
Do you mean something like this?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
https://www.computerhope.com/issues/ch0 ... ilto%20tag.
or this?
https://ibb.co/xhp22DW
Running WYSIWYG Web Builder since 2007...
Re: Prepopulate an Email
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
<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
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.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
Running WYSIWYG Web Builder since 2007...
Re: Prepopulate an Email
Yes, thank you so much!