Text Fields
Single-Line Text
Standard field for short answers: first name, last name, job title, city. Supports minimum and maximum length, regex pattern.
Multi-Line Text (Textarea)
Field for long answers: questions for the organizer, comments, speaker biography. You can set minimum and maximum character and line counts.
Number Field
Accepts only numbers. Minimum and maximum values can be configured. Suitable for age, number of guests, table number.
Contact Fields
Field for an email address with built-in format validation. Not to be confused with the system field registrant_email — this is a regular field for an additional email (e.g., corporate).
Phone
Field with an input mask and international phone number format validation. Supports country code selection. Stored in E.164 format.
Selection Fields
Dropdown (Select)
One option from a predefined list. Supports up to 200 options, text search in large lists, and option grouping.
Radio Buttons (Radio)
One option from a visual list. Use instead of Select when there are few options (2-6) and it's important to show them all at once.
Checkboxes (Checkbox)
One or more options from a list. Suitable for "Select all that apply". You can set minimum and maximum number of selected options.
Toggle
Binary yes/no question. More compact than a checkbox, often used for consents and boolean settings ("Need a vegetarian lunch?").
Special Fields
Date
Date selection via calendar. Supports min/max date restrictions. Used for birthdate, arrival date, and similar data.
File
Upload of one or more files. Allowed MIME types (PDF, JPEG, PNG, DOC, etc.) and maximum file size can be configured. Storage is in S3-compatible object storage.
Consent
Special type with consent text and an "I agree" checkbox. A legally important type — the consent value and text are recorded in the registration log. Cannot be made optional.
Rating
Score from 1 to N stars or points. Used in post-registration surveys embedded in the form. Supports a scale from 2 to 10.
Hidden Field
A field not visible to the attendee but submitted with the form with a preset value. Used for passing UTM tags, referrer IDs, or internal codes.
System Email Field
registrant_email — a special system type, required in every form. This is the address tikento uses to send registration confirmation, ticket, and notifications. More details — System Email Field.
Limits by Plan
| Plan | Maximum Fields per Form |
|---|---|
| Free | 10 |
| Pro | 30 |
| Business | 100 |
| Enterprise | Unlimited |
The system field registrant_email does not count toward this limit.