Date Picker

The date picker element inserts a textbox that when selected will display a calendar, from which the form user can select a date.

When creating a date picker element you will be asked to provide:

  • Table field: (required) table field to be associated with the element

  • Label: (required) identifier for the element in the overview

  • Class: (optional) HTML class attribute for the element

  • Year From: (required) select the earliest year your picker will display

  • Year To: (required) select the latest year your picker will display

  • Force value validation: decide if a value is required

  • Allow zero length: allows zero length field entry

Note: Forms can only have one element per table field.