You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Open the Attributes panel to configure a form element.

The panel contains different settings for each element.

For the different configuration options, see the individual element pages in chapter Supported Form Elements.

Defining Preset Values

For some form elements you can preset values:

Text Box and Text Area

The elements Text Box and Text Area contain the two attributes:

  • Text
  • Placeholder

Text

Content added to attribute Text is shown in the element. If the user does not change the content of the field during form execution, the content of Text will be saved in the database.


Placeholder

The content of this attribute is displayed in the element when attribute Text has not been filled. The placeholder is a sample value, it is not saved to the database. When a user overwrites the placeholder, it disappears and the user's input is saved to attribute Text.

If content is added to both attributes Text and Placeholder, the content of Text is displayed in the element.


Select Field and Radio Button Group

The elements Select Field and Radio Button Group contain the attribute:

  • Options

The configuration of the options for a select field and a radio button group works in the same way.

If you click the icon the Field Configuration editor opens. Enter a value and a label for each element option.

Select the radio button in the Default column to preset this value as default in the element.

Example:

The second value Black is preset as default value in the element.

Date Picker

The element Date Picker contains the three attributes:

  • Default Date
  • Date Format
  • Use Current Date

By default the date picker field is empty. You have two options to preset a date:

  • Use the calendar icon in the element or in the Attributes panel . The date you have chosen will then be displayed in the form field.

  • To preset the field with the current date and time, enable the checkbox Use Current Date.

Use the Date Format field to define the format, in which the date shall be displayed.

You can choose between three different date formats:

  • DD.MM.YYYY
  • MM.DD.YYYY
  • YYYY.MM.DD

On this Page:
Related Pages:

  • No labels