Skip to content

Field Settings

Each field in your form has customizable settings that control its appearance, behavior, and validation. This guide covers all available field settings and how to use them.

  1. Click on any field in the form preview
  2. Field settings appear in the left panel
  3. Settings vary based on field type

These settings are available for most field types:

The name displayed above the field.

SettingDescription
Label TextThe field name shown to customers
RequiredAppears as text input

Best Practices:

  • Use clear, descriptive labels
  • Keep labels concise
  • Use consistent naming conventions

Remove the label text from display.

OptionEffect
OffLabel is visible (default)
OnLabel text is hidden

When to Use:

  • Placeholder text is self-explanatory
  • Minimal design aesthetic
  • Checkbox fields with descriptive text

Maintain label spacing even when label is hidden.

OptionEffect
OffNo space reserved for label
OnSpace maintained for alignment

When to Use:

  • Maintaining vertical alignment across columns
  • Consistent spacing in grid layouts

Hint text displayed inside empty fields.

Best Practices:

  • Provide format examples (e.g., “john@example.com”)
  • Keep placeholders short
  • Don’t repeat the label

Make the field mandatory for form submission.

OptionEffect
OffField is optional
OnField must be filled to submit

Visual Indicator:

  • Required fields show an asterisk (*)
  • Form cannot be submitted if required fields are empty

Pre-fill the field with a value.

Use Cases:

  • Country field defaulting to primary market
  • Suggested values for guidance
  • Pre-populated known information

Control how much horizontal space a field occupies.

WidthFractionUse For
Full100%Most fields, especially text areas
1/250%Name (first/last), city/state pairs
1/333%Date fields, short inputs
1/425%Very short inputs, numbers

Example Layout:

[First Name 1/2] [Last Name 1/2]
[Email Full ]
[City 1/3] [State 1/3] [ZIP 1/3]

Quickly change width from the field toolbar:

  1. Hover over the field
  2. Click the Width icon
  3. Select desired width

For text input fields:

SettingDescription
Min LengthMinimum characters required
Max LengthMaximum characters allowed

For number input fields:

SettingDescription
Min ValueLowest acceptable number
Max ValueHighest acceptable number
StepIncrement value (1, 0.5, 0.01, etc.)

For file upload fields:

SettingDescription
Allowed TypesFile extensions permitted
Max File SizeLargest file accepted (in MB)
Max FilesNumber of files allowed

For dropdown, radio, and checkbox fields:

  1. Find the Options section in settings
  2. Click Add Option
  3. Enter the option text
  4. Repeat for all needed options
ActionHow To
ReorderDrag options to new positions
EditClick on option text to edit
DeleteClick the X icon next to option
DefaultSet which option is pre-selected
LayoutBest For
VerticalLonger option text, many options
HorizontalShort options, Yes/No questions

Show or hide fields based on other field values.

Setup:

  1. Scroll to Conditional Logic section
  2. Enable conditional logic
  3. Set the condition rules

Example:

Show "Company Name" field
When "Business Type" equals "Business"

See Conditional Logic for detailed guide.

Add custom CSS classes for advanced styling.

Use Cases:

  • Custom styling from theme
  • JavaScript targeting
  • Advanced layout control
SettingDescription
ContentRich text editor for content
Text AlignmentLeft, center, right, justify
SettingDescription
StyleSolid, dashed, dotted
ColorLine color
WidthFull or partial width
SpacingSpace above and below
SettingDescription
Selection TypeSingle or multiple products
Show ImagesDisplay product thumbnails
SearchEnable product search
SettingTextEmailPhoneNumberDateDropdownRadioCheckboxFile
Label
Hide Label
Placeholder
Required
Default Value
Column Width
Conditional Logic
  • Group related fields together
  • Use appropriate field widths
  • Provide helpful placeholders
  • Mark truly required fields only
  • Use validation to ensure correct formats
  • Set reasonable min/max values
  • Limit file types for uploads
  • Keep labels consistent in style
  • Use uniform field widths for similar data
  • Maintain alignment across the form
Play