|
Copyright © 2000
|
Web services for small business
Add
a Form 1) Create your form. 2)
Add the following lines of HTML to the body section of your form's HTML. <form action="http://www.yoursite.com/cgi-bin/formmail.pl" method="POST"> <input type="hidden" name="recipient" value="mail@yoursite.com"> <input type="hidden" name="subject" value="Form Subject"> A) Replace the Orange text with your sites domain name.
3) Here are optional Form Settings 4) Enjoy using your form, if you would like to see a working example, look at the source code on our ezform.htm page. |