Microsoft FrontPage 2000, 2002, 2003 Tutorials
Feedback Form
Create a feedback form page where users can submit comments about your website.
To quickly create a form that collects data:
- FrontPage 2000: Switch to the Page view. (View > Page). Go to File > New > Page > Form Page Wizard.
- FrontPage 2002: Go to File > New > Page or Web. Click "Page Templates" in the right column and select Form Page Wizard.
- FrontPage 2003: Go to File > New. Click "More page templates" in the right column and select Form Page Wizard.
This template creates a generic feedback form that you can modify to fit your needs.
To modify the form:
-
Right-click the form and select Form Properties.
-
Select the Send To option, then specify the file or e-mail address to which to send the form results. To configure the form handler, click Options button.
-
To apply the Feedback Form to your existing web page, copy the HTML codes into your web page.
<form action="--WEBBOT-SELF--"method="POST"> ........</form>
|
|