Registration field

If the registration option is enabled for an event, you can use registration fields to add additional fields to the default registration form.

Registration fields
Field: Description:
Title Title of the field. Will be rendered as field label in the frontend
Type

Type of the registration field

Possible values:

  • Textfield (input)
  • Radiobutton
  • Checkbox
  • Textarea
  • Text
  • Divider
  • Date, Datetime or Time
Options

Options for the type “Radiobutton” and “Checkbox”.

Example:

  • Option 1|value1
  • Option 2|value2
Required If checked, field must be filled out in frontend
Placeholder Placeholder for the field
Default value The default value of the field
Date input mode

Only visible when the selected field type is “Date/Time”.

Selects the date input mode: either ‘date’ (default), ‘datetime’ or ‘time’

Please note: The default template just uses HTML5 input types. You might want to extend that to use a JavaScript datetimepicker instead.