About collecting data from forms

After you decide what form fields to put on your form, the next step is to set rules for the ways you want your site visitors to enter data in the fields. These data entry rules, also called validation, ensure that a site visitor fills out the form correctly.

For example, you can set up an order form for your products, but unless the customer's name, address, and payment information are correctly entered, he or she won't be able to complete the order.

Setting rules for how site visitors enter data in forms

After setting up the data entry rules, you need to decide how you want the form results are handled. After a site visitor submits the form, you must collect the data that was entered — the form results — so you can view them, display them to the visitor, or work with them as needed.

Handling information you collect from the form

You can also choose to use your custom scripts to handle the form results.

Note   If you use any of the form handlers rather than a custom script, the Microsoft FrontPage Server Extensions or SharePoint Team Services from Microsoft must be installed on the server on which your web site is located.