The Form-To-Mail script allows you to put a contact form on your web-site. The contents of this form are sent to a specified E-mail address on completion.
Please note that Form-To-Mail should NOT to be used for sending sensitive data such as credit card information!
To use a Form on your site, follow the instructions below:
1.Click 'install' on the previous page, and add the E-mail address that you want the form sent to.
2.Use the following example code to add a form to your web-site. You will need to alter the E-mail address in red:
|
< form method="post" action="http://viper.dns-systems.net/cgi-bin/Form.pl">
<input type="hidden" name="recipient" value="your@address.com"> First Name: <input type="text" name="firstname" size="30"><br> Surname: <input type="text" name="surname" size="30"><br> Message: <textarea name="message" rows="5" cols="30">textarea> <br><input type="submit" value="Send"> form> |
