Steps to making a form on your website where people can email you information (formmail) Print

  • 36

If you want to update your existing email form, simply copy the first FORM tag, and paste it over your current FORM tag. You will also need to copy each INPUT tag which says type="hidden".

I apologize, but we do not support any site design or coding. We recommend sites like freelancer.com or odesk.com to find somebody who can assist you with this.



What is a FORM tag? 
This is a form tag, starting with the less-than symbol and ending with the greater-than symbol, and it says "form, action equals something, method equals something".

<form action="http://www.mydomain.com/cgi-sys/formmail.pl" method="post">


Was this answer helpful?

« Back