Configuring forms

The Forms application enables content editors to create and publish on-line forms. Forms can be used to gather structured data from website users.

In this chapter, you can learn how to prepare and configure forms so that content editors can use them on the site.

Each form has its own separate database table where submitted data is stored. The submitted data can be viewed and managed in the Forms application.

Specifying the form object type

If you need to specify a form object type, for example in the properties of a web part, use the following naming convention:

BizformItem.Bizform.<code name>

For example, a form with code name ContactUswould have an object type in the following format:

BizformItem.Bizform.ContactUs