Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

how to link email to a button in html form

<form action=”mailto:contact@yourdomain.com”


method=”POST”


enctype=”multipart/form-data”


name=”EmailForm”>


Name:<br>


<input type=”text” size=”19″ name=”ContactName”><br><br>


Message:<br> <textarea name=”ContactCommentt” rows=”6″ cols=”20″>


</textarea><br><br> <input type=”submit” value=”Submit”> </form>
Source by blog.hubspot.com #
 
PREVIOUS NEXT
Tagged: #link #email #button #html #form
ADD COMMENT
Topic
Name
8+6 =