Creator Help

Making a Field Value Unique

Setting a form field as Unique will not accept any duplicate values for the field, while submitting the form. Each value in this field will be unique and will not match another value. For example, an Employee ID field in an Employee form must be unique to identify each employee record. The following field types can be configured to contain unique values:

  • Single-line text field, Email field.
  • Number, Percent, Decimal, Currency fields
  • Date, Date-Time fields

To set a field as unique while adding a field,

  1. Drag and drop the required field to the form.
  2. From the Field Properties, select the checkbox No duplicate values.

To set an existing field as unique,

  1. Select the Form from the Dashboard Edit mode.
  2. Select the field to be edited.
  3. From the Field Properties, select the checkbox No duplicate values.
  4. The changes will be auto saved.

Top