|
The example script below will allow you
to setup a "feedback" submission form on your Airstream powered website. You
can create as many fields as you want and then when the visitor submits the
form, the results will be e-mailed to you.
To use this form on your site, you will
need to copy the HTML and edit it appropriately. The actual HTML for
the form is contained below the form example.
If you wish to have the e-mail that is
sent to you look like it came from the person who filled out the form,
simply include a field that has name="realname" and a field that has
name="email" in the configuration section. This will setup the return
mail to look like it came from the user ("realname") with the submitted
e-mail address ("email").
If you would like the form to redirect to
a specific page you will need to add a "redirect" tag like in this example:
<input type=hidden name="redirect"
value="http://www.airstreamcomm.net/~username/yourpage.html">
|