ChrisRChamberlain
Programmer
Hi all
The following code represents the desired result whereby a visitor enters their name into a textbox on a page and the variable created, var, is pasted into the body of the resultant email.
<a href="mailto:webmaster@btopenworld.com?subject=Subscribe to mailing list&body=My name is (var)%0d%0dI understand that by subscribing to the mailing list, my email address will not be disclosed to any third party%0d%0dPlease add me to your list">Subscribe to list</a>
Any guidance as to how implement this would be appreciated HTH
Chris
The following code represents the desired result whereby a visitor enters their name into a textbox on a page and the variable created, var, is pasted into the body of the resultant email.
<a href="mailto:webmaster@btopenworld.com?subject=Subscribe to mailing list&body=My name is (var)%0d%0dI understand that by subscribing to the mailing list, my email address will not be disclosed to any third party%0d%0dPlease add me to your list">Subscribe to list</a>
Any guidance as to how implement this would be appreciated HTH
Chris