loader

How add an email hyperlink with Subject And Body text auto filled for your visitor's email to you. Print

  • 0


When you would like a form for people to fill out on your website but don't have one that is available here is an easy way around it that would give visitors a way to respond using their own email program.

Site Visitors would have to click on a link to your email address on your webpage instead of filling out a form using something as simple as this added to the HTML view of your page.


<a href="mailto:email_address">text to be used as link</a>


If you wanted that link to automatically open their email program and open an email ready to send to you then use something like this might be more useful.

<A HREF="mailto:[email protected]?subject=Your Subject&body=Message for the body">[email protected]</a>


Also include instructions on that page or in that "Message for the body" so that they know what you need from them.


Give it a try it works well.

Was this answer helpful?

« Back