Form Field Types

Administrators Guide

Autocomplete

The Autocomplete field lets users type their own answer while suggesting matching options as they go, based on a list you set up. It’s a mix of a text field and a dropdown — flexible enough to accept free typing, but helpful enough to guide users toward the right answer. You can also allow custom entries that aren’t on your predefined list.

Checkbox Group

The Checkbox Group field lets users select one or more options from a list you set up. Unlike radio buttons, it doesn’t limit users to a single choice — they can check as many boxes as apply.

Date Field

The Date field lets users pick a date, either by typing it in or choosing it from a calendar picker. It’s a simple way to collect dates in a consistent format.

Header

The Header field adds a heading to your form to organize content and guide users through different sections. It doesn’t collect any input — it’s just there to label and structure your form.

Number

The Number field lets users enter numeric values only. It helps keep your data clean by preventing users from typing in letters or other non-numeric characters.

Paragraph

The Paragraph field adds a block of text to your form, like instructions or extra context for users. It doesn’t collect any input — it’s just there to label and structure your form.

Radio Group

The Radio Group field lets users pick exactly one option from a list you set up. Ideal for a limited number of choices, for a longer list consider using the Select field instead.

Select

The Select field lets users choose one option from a dropdown list you set up. It’s a space-saving way to offer several choices without showing them all on screen at once compared to a Radio Group. If there are only a small number of choices consider using the Radio Group instead.

Text Field

The Text field lets users type a short, free-form response, such as a job title. If you need longer responses, use the Text Area field instead.

Text Area

The Text Area field lets users type a longer, free-form response, like questions for the speaker or comments for the organizers. It works like the Text field, but gives users more room for extended answers.