Print this page.

Contact Form


This is a standard contact form which is presently configured for FrontPage. It can easily be customized to suit your needs. It has a customized confirmation page when the user hits the submit button and after checking the input it goes to a "Thank You" page. You will have to add your email address if you want to receive the results by email.

Simply right click anywhere in the form field and select "Form Properties" and enter your email address. At present it is set to log to an html page in your _private folder. You can add your email address in addition to this.

If when you right click the form and the "Form Properties" selection does not appear you will need to reconfigure the entire form. Do this by going into the source code and find the beginning <form> tag.

It will look like this

 <form action="_derived/nortbots.htm" method="POST" onsubmit="location.href='_derived/nortbots.htm';return false;" language="JavaScript" name="FrontPage_Form1" webbot-action="--WEBBOT-SELF--" webbot-onSubmit="return FrontPage_Form1_Validator(this)">


Simply highlight everything behind the <form tag and delete it. Your tag will then look like this <form>. Save and go to design view and right click again. Enter "Form Properties" and reconfigure your form again.