|
|
|
FormMail
FormMail is an easy way to provide interaction
between you and the users who view your webpage. When users
complete your forms, you can have them mailed to any e-mail address on the web. Customizable return URLs are also available.
Example form using FormMail on QIS
<form action="http://www.qis.net/cgi-bin/FormMail.pl">
Your Name: <input type="text" name="name" />
Your Phone: <input type="text" name="phone" />
Your Email: <input type="text" name="email" />
<!-- require the name and phone field to be filled in, email is optional -->
<input type="hidden" name="required" value="name,phone" />
<input type="hidden" name="recipient" value="yourusername@qis.net" />
</form>
There are many more options other than the ones shown above. Please refer to the README file link to find out more about those options.
All questions regarding CGI-BIN and FORMMAIL should be directed to help@qis.net.
|
|