FreemiumProBusinessEnterprise

Registration Form Field Types

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

Email

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

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.

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

PlanMaximum Fields per Form
Free10
Pro30
Business100
EnterpriseUnlimited

The system field registrant_email does not count toward this limit.

Frequently asked questions

Can I add a custom field type?
No, custom field types are not supported. For non-standard scenarios, use a Text field with regex validation or a Selection field with predefined options.
Is there a limit on the number of fields?
Yes: Free — 10 fields, Pro — 30, Business — 100, Enterprise — unlimited. The system Email field does not count toward the limit.