...
Property | Description | ||
---|---|---|---|
Title | The text that appears next to the date field in the step pane and in the form on the frontend. | ||
Required field | Specifies whether the field is required. | ||
Show title | Specifies whether to show the title of the form element in the step pane and in the form on the frontend. | ||
Design template | Specifies the design template to use to render the form element on the frontend. This property will only be available if there are two or more design template for the form element. | ||
Identifier | The unique identifier to use for this form element. The unique identifier is used in expressions for (pre)filling and (pre)conditions. Click here for information about renaming an identifier.
| ||
Precondition | The precondition decides in what situations the form element will be visible to the website visitor. | ||
Help text | In this field you can enter text that displays next to the form element in the form in order to provide useful information on what input is requested/expected. How/whether this text appears in the form is controlled by your presentation. | ||
Extra text | This is extra text that you can show by a form element to provide extra guidance regarding what the expected input is. How/whether this text appears in the form is controlled by your design template. | ||
Prefilling | Prefilling determines the initial value of this form element for the website visitor. For the Date element, a prefilled date must be of the form yyyy-MM-dd (2021-07-15 for example). Prefilling is further described in the section and Prefilling a Form Element. | ||
Validations | Select one or more validator(s) to evaluate the input received by a form element in order to ensure that it conforms to the constraints you indicate. See the section Form Element Validations for complete information on using the validators. | ||
CSS classname | Specifies the CSS class to use for rendering the form element. This option allows you to alter the how selected form elements appear in the form without globally altering the presentation. | ||
Fragment Tag | A unique tag to identify the form fragment. This tag is rendered in the form element presentation as a custom data attribute of the form element itself. The attribute name is data-fragment-tag . When filling out this property for a form element, the attribute is added to the presentation and can be used by external applications like GX Software's BlueConic. |
...