Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Isn’t it just put in to the ‘href’ attribute of a link?
<a href="mailto:emailadress">foo</a>
Thread Starter
mv8167
(@mv8167)
I tried, this only gives a link I think?
I need a button that when pressed auto enters email address and a subject in the Subject line.
Thx though, I will keep trying.
Thread Starter
mv8167
(@mv8167)
I did try:
<FORM METHOD=”LINK” ACTION=”MailTo:[email protected]?Subject:Please%20Contact%20Me!”
<INPUT TYPE=”submit” VALUE=”Email Us!”>
</FORM>
Which worked except for the Subject line was not populated.