With the text field, text area, and email elements, you can place fields on the form for users to enter data. The text field and email elements are standard fields, while the text area element includes additional space for longer responses.
Warning: The email element is a special field that sends confirmation messages to the email addresses that users enter. To collect email addresses but not send confirmation messages, use the text field element.
Option |
Function |
Label |
Enter a label for the field. |
Hide label |
If the label is for internal purposes and should not appear on the website, select Hide label. |
Required |
To require users to enter a value in the field before they can submit the form, select Required. |
Required message |
If a field is required, enter text to appear beside it when users attempt to submit the form without values in the field. |
Hidden |
If a field is for internal purposes and should not appear on the website, select Hidden. You must enter a value in the Default value field. |
Inline help |
Enter instructional text or additional information about the field. A link beside the field allows users to access the text. |
Custom CSS class |
To override the default Cascading Style Sheet (CSS) format of the page where the form appears, enter a custom CSS class. For information about style sheets, see Style Sheets. |
Validator |
To restrict entries to certain characters or formats, select a validator. For information about the validators, see Validators. |
Validation warning |
If you select a validator, a default error message appears in this field. The message appears beside the field when users attempt to submit the form and the field entry does not meet the validator’s requirements. You can edit the message as necessary. |
Character limit |
Enter the maximum number of characters for the field. |
Default value |
Enter a default value to appear in the field when users start the form. |
Include in export |
To include the field when you export data that users submit on the form, select Include in export. To exclude it when you export, clear the checkbox. |