|
FAQs
Webform
Tutorial
The
Webform program is a derivation of the formmail.cgi
program available at Matt's
Script Archive. A CGI script named webform.cgi is located
in your cgi-bin directory. This script is called when a visitor
to your site clicks on the 'Submit' button, which you included
in a form in your html.
To
modify an existing HTML form to work with webform.cgi, insert
this code:
<form
method="post" action="http://YOURDOMAIN.NAME/cgi-bin/webform.cgi">
<input type="hidden" name="recipient" value="abcdefg@xyz.com">
<input type="hidden" name="redirect" value="http://YOURDOMAIN.NAME/thanks.htm">
<input type="hidden" name="subject" value="Form Submission">
In
this example, a file named thanks.htm is the page that
will be displayed after the form is submitted. Of course,
we may we may replace "Form Submission" with some other subject.
We
Can Do It for You
We can setup and test a form for you at reasonable rates.
Please contact us at
1 (877) 459-6709 to discuss your requirements.
|