Back Forward Required field

Informally, a required field is an input field on a form that must have a non-blank value to be valid.

Conventionally, many flow action forms mark a required field with an orange asterisk (REQUIRED). The image itself is only a label to notify users that the field is required; it does not affect input editing or processing. (The asterisk image is specified in a label, not in the input control.)

On a validate rule, the Required? box produces the runtime error message:

This field may not be blank.

When client-side format validation is enabled, a blank field marked as required is flagged on the browser window when or before the user submits the form.

Definitions client-side format validation, validation
Related topics About Validate rules
Working with user forms (V6)
Harness, Section and Flow Action forms — Adding a Label
Harness and Section forms — Adding a Text Box

Up Definitions