Articles

integer

http://codex.wordpress.org/How_to_Pass_Tag_Parameters#Integer.

Page Break

The Page Break field allows the creation of multi-page forms. Adding a Page Break field will automatically enable the multi-page functionality for your form.

Section Break

The Section Break field allows you to add a content separator to your form to help organize groups of fields. This is a visual element rather than an actual data collecting form field.

HTML

The HTML field allows you to place a block of free form HTML anywhere in your form. This is useful for adding images or additional content.

Radio Buttons

The Radio Buttons field allows users to select one option from a list. Only one option from the available choices can be selected.

Number

The Number field allows a user to enter a number. The field than automatically validates the form data to insure that a number was entered.

Paragraph Text

The Paragraph Text field allows a user to enter text in a textarea form field.

Allow Field to be Populated Dynamically

Checking this option will enable data to be passed to the form and pre-populate this field dynamically. Data can be passed via Query Strings, Shortcode and/or Hooks.

Single Line Text

The Single Line Text field allows users to submit a single line of text. This basic field can be used for anything where no more than a single line of input is required.

Form Object

The form object, available to most action hooks and filters, is an associative array containing the form settings, fields, notifications, confirmations, and other properties (e.g. add-on settings).