Fields

From ContractPal

Jump to: navigation, search

Input fields may be inserted into documents, pages and wizards and serve as input or signature fields.

Input Fields

Input fields are used to collect responses from a user. Data collected from a wizard or documents may be inserted into fields in a document.

  • Text. Collects a single line of text.
  • Text area. Type a paragraph of text.
  • Select option. Select one item from a drop down list control box.
  • Radio. Display 2 or more radio buttons with only one selectable option.
  • Check boxes. Display 2 or more boxes with one or more selectable options.
<input type="text" name="control_name" value="default_value" />

Signature Fields

Signature fields are inserted into a document and are replaced with a visible signature token or audio control.

  1. Click the Image:Edit.png Signature control.
  2. Type in a name.
  3. Select a role from the drop down selection list.
  4. Select a signature type from the drop down selection list.
<input type="text" cp-sig-id="sig1" cp-sig-type="click" cp-sig-role="role1"/>

Learn More