Waitlist Forms and Questions

How to add custom questions to a waitlist signup form on Trankets.

3 min readUpdated Jun 12, 2025

Waitlist Forms and Questions

This guide explains how to add custom questions to a waitlist signup form. The default form only asks for an email address; custom questions let you collect extra information from signups.

Where to find this

PagePath
Waitlists listDashboard → Contacts → Waitlists
Waitlist detail / editorDashboard → Contacts → Waitlists → [Your waitlist]
Public waitlist pageyour public waitlist page

How custom questions work

The waitlist form uses a set of form fields. Each item defines one question. Questions are shown on the public signup page in the order you add them.

Email is always collected by default and does not need to be included in the form fields list.

Add a custom question

  1. Open the waitlist detail page at Dashboard → Contacts → Waitlists → [Your waitlist].
  2. Find the Custom questions section.
  3. Add a new question with the fields below.
  4. Save the waitlist.

Question fields

FieldDescriptionRequired
KeyInternal identifier for the answer. Must be unique within the form.Yes
LabelText shown to the user above the input.Yes
TypeInput type. See supported types below.Yes
RequiredWhether the user must answer before submitting.No (default off)
OptionsList of choices for select, radio, or checkbox questions.Required for those types

Supported question types

TypeDescriptionExample
TextSingle-line text input."What is your first name?"
TextareaMulti-line text input."What is your biggest challenge?"
NumberNumeric input."How many years of experience?"
EmailEmail input.Only needed if you want a secondary email field.
SelectDropdown with a single choice."What is your role?"
RadioVisible list of options; user picks one."Which format do you prefer?"
CheckboxVisible list of options; user picks multiple."Which topics interest you?"

Example questions

You might collect:

QuestionTypeRequired?Options
First nameTextYes
Current roleSelectNoDesigner, Developer, Founder, Other
Topics of interestCheckboxNoPricing, Marketing, Productivity

What happens to answers

When someone submits the form:

  1. The signup is validated.
  2. Answers are stored with the contact record.
  3. You can view answers on the contact detail page or export contact data.

Form design tips

  • Keep the form short. Each extra question reduces completion rates.
  • Make only the most important questions required.
  • Use Select or Radio when you have a fixed set of answers.
  • Use Checkbox when users may choose more than one option.

Common issues

  • Form not saving. Check that each question key is unique.
  • Question not showing. Verify the question type is supported and spelled correctly.
  • Options missing. Select, Radio, and Checkbox questions must include a list of options.
  • Form feels too long. Remove optional questions that do not change your follow-up strategy.

Next steps