Skip to main content

Field Types Reference

This page documents every field type available in the Form Builder. Fields are organized into four categories: Auto-Fill Fields, Text Fields, Choice Fields, and Special Fields.

Auto-Fill Fields (Preset)

Auto-fill fields pull information from the attendee's FeatsClub user profile when they are logged in. If the attendee is not logged in or the profile field is empty, they can enter the information manually. These fields are marked as Recommended in the field type selector.

Name

Collects the attendee's full name.

PropertyValue
Input typeText
Auto-fill sourceUser profile name
Max lengthStandard text limit

When an attendee is logged in and has a name on their profile, this field is pre-populated. They can still edit it before submitting.

Email

Collects the attendee's email address.

PropertyValue
Input typeEmail (with validation)
Auto-fill sourceUser profile email
ValidationMust be a valid email format

Phone

Collects the attendee's phone number.

PropertyValue
Input typePhone number
Auto-fill sourceUser profile phone

Address

Collects a full mailing address with support for Google Maps autocomplete.

PropertyValue
Input typeExpandable address picker
Auto-fill sourceUser profile address
Components collectedStreet address, city, state, country, zip code, coordinates
SearchGoogle Maps Places autocomplete

When the attendee starts typing, address suggestions appear via Google Maps. Selecting a suggestion fills in all address components automatically. The attendee can also enter each component manually.

📸
Screenshot: Address field with autocomplete
The address picker field showing a search input with Google Maps autocomplete suggestions, and the expanded address form below with individual fields for street, city, state, country, and zip code

Membership ID

Lets the attendee select from their purchased memberships with your organization.

PropertyValue
Input typeDropdown selector
SourceAttendee's active memberships in the current organization

This field is useful when you want to link event registration to a specific membership. Only memberships the attendee has purchased from your organization are shown.

note

The Membership ID field only shows options if the attendee has an active membership with your organization. If they have no memberships, the field will be empty and they cannot select a value.


Text Fields

Text fields collect free-form text responses from attendees.

Short Answer

A single-line text input for brief responses.

PropertyValue
Input typeSingle-line text
Best forNames, titles, short responses

Configuration:

  • Question (required) -- The prompt shown to attendees.
  • Required -- Toggle whether this field must be answered.

Examples of use:

  • "What is your T-shirt size?"
  • "Company name"
  • "Dietary restrictions"
📸
Screenshot: Short answer field in the form builder
A short answer field card expanded in the form builder, showing the question input and the required toggle

Long Answer

A multi-line text area for longer responses.

PropertyValue
Input typeMulti-line textarea
Best forParagraphs, detailed responses, comments

Configuration:

  • Question (required) -- The prompt shown to attendees.
  • Required -- Toggle whether this field must be answered.

Examples of use:

  • "Tell us about your experience with this topic"
  • "Any special requirements or accommodations?"
  • "Why are you interested in volunteering?"

Choice Fields

Choice fields let attendees select from predefined options.

Single Choice (Radio Buttons)

Attendees select one option from a list of choices.

PropertyValue
Input typeRadio buttons
SelectionExactly one option
Minimum options2

Configuration:

  • Question (required) -- The prompt shown to attendees.
  • Required -- Toggle whether a selection is mandatory.
  • Options -- Add two or more choices. Each choice is a text value.

To manage options:

  1. Type the option text in the input field.
  2. Select Add to add it to the list.
  3. Repeat for each option.
  4. Use the remove button next to an option to delete it.
📸
Screenshot: Single choice field configuration
A single choice field expanded in the form builder, showing the question "What session do you want to attend?", the required toggle, and three options: "Morning", "Afternoon", "Evening" with remove buttons

Examples of use:

  • "Which session would you like to attend?" (Morning / Afternoon / Evening)
  • "Experience level" (Beginner / Intermediate / Advanced)
  • "How did you hear about this event?" (Social media / Friend / Email / Other)

Multiple Choice (Checkboxes)

Attendees select one or more options from a list of choices.

PropertyValue
Input typeCheckboxes
SelectionOne or more options
Minimum options1

Configuration:

  • Question (required) -- The prompt shown to attendees.
  • Required -- Toggle whether at least one selection is mandatory.
  • Options -- Add one or more choices.

Examples of use:

  • "Which topics interest you?" (Select all that apply)
  • "Dietary requirements" (Vegetarian / Vegan / Gluten-free / Nut allergy / None)
  • "Which days are you available to volunteer?" (Saturday / Sunday / Both)
Single Choice vs. Multiple Choice

Use Single Choice when attendees should pick exactly one answer (such as a time slot or experience level). Use Multiple Choice when attendees can select several answers (such as interests or availability on multiple days).


Special Fields

Special fields handle specific data types beyond simple text and choices.

Collects a website URL or link from the attendee.

PropertyValue
Input typeURL with validation
PlaceholderCustomizable (defaults to "https://example.com")
ValidationMust be a valid URL format

Configuration:

  • Question (required) -- The prompt shown to attendees.
  • Required -- Toggle whether this field must be answered.

Examples of use:

  • "Link to your portfolio or website"
  • "LinkedIn profile URL"
  • "Link to your previous work"

File Upload

Lets attendees upload a file as part of their registration.

PropertyValue
Input typeFile picker with upload
StorageFiles are stored securely in cloud storage

Configuration:

  • Question (required) -- The prompt shown to attendees.
  • Required -- Toggle whether a file must be uploaded.
  • File type restriction -- Choose what types of files are accepted:
File Type OptionAccepted Formats
Any fileAll file types
Document onlyPDF, DOC, DOCX, and similar document formats
Image onlyJPG, PNG, GIF, and similar image formats
Audio onlyMP3, WAV, and similar audio formats
Video onlyMP4, MOV, and similar video formats
📸
Screenshot: File upload field configuration
A file upload field expanded in the form builder, showing the question input, the required toggle, and a dropdown for selecting the file type restriction (currently set to "Document only")

Examples of use:

  • "Upload your resume" (Document only)
  • "Upload a headshot photo" (Image only)
  • "Submit your audition recording" (Audio only)
  • "Proof of vaccination or certification" (Any file)
warning

File uploads increase the time it takes for attendees to complete registration. Only require file uploads when the information is essential for your event.


Field Properties Summary

Every field type shares these common properties:

PropertyDescriptionRequired?
Question / TitleThe label or prompt shown to the attendeeYes (for all fields)
RequiredWhether the attendee must answer this field to submit the formNo (default: not required)

Additional properties vary by field type as documented in the sections above.

See Also