Fields
From ContractPal
Input fields may be inserted into documents, pages and wizards and serve as input or signature fields.
[edit]
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" />
[edit]
Signature Fields
Signature fields are inserted into a document and are replaced with a visible signature token or audio control.
- Click the
Signature control.
- Type in a name.
- Select a role from the drop down selection list.
- 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"/>