GUIDE 3 min read

Form Fields &
Field Types

Add, configure, reorder, and manage fields. Choose from 5 field types and control required/optional status.

Field Types

5 input types available for your form fields

Text

Single-line text input. Use for names, company names, short answers.

Your name

Email

Email address input with built-in validation. Use for collecting contact emails.

your@email.com

Phone

Phone number input. Use for collecting phone/WhatsApp numbers.

+1 (555) 000-0000

Message / Address

Multi-line textarea. Use for messages, addresses, or longer text responses.

Tell me about your project...

Website URL

URL input. Use for collecting website links, social media profiles, or portfolios.

https://example.com

Field Properties

Each field has 5 configurable properties

LabelThe visible name shown above the input (e.g. "Name", "Your Message")
Field NameInternal identifier used in submissions. Auto-converts to lowercase with underscores (e.g. "your_message")
TypeChoose from Text, Email, Phone, Message/Address, or Website URL
Required / OptionalToggle between REQ (required) and OPT (optional). Required fields must be filled to submit.
PlaceholderHint text shown inside the empty input field (e.g. "Your name", "your@email.com")

Adding Fields

Click the "+ Add Field" button in the Form Fields section header. A new field is created with:

Label

"New Field"

Type

Text

Required

Optional

Name

Auto-generated

Edit the label, type, and other properties right away after adding.

Reorder with Drag & Drop

Each field has a grip handle (⋮⋮) on the left side. Grab it and drag to reorder fields. The order in the builder is the same order visitors see on your form. Drop the field in its new position to rearrange.

Required vs Optional

Each field has a small toggle button showing REQ or OPT:

REQ

Required

Visitors must fill this field to submit the form. Shown with purple highlight.

OPT

Optional

Visitors can skip this field. Shown with gray highlight. Click to toggle.

Removing Fields

Click the trash icon on the right side of any field to remove it. The field is removed immediately from the builder. Remember to save the form after making changes. You need at least one field to save.

Field Name Rules

The internal field name is used to identify submissions. It auto-formats as you type:

Automatically converted to lowercase

Spaces are replaced with underscores

Each field name must be unique across the form

Examples: "name", "email", "company_name", "project_budget"

Tips

Keep forms short — 3-5 fields convert better than 10+ fields

Always include Name and Email as required fields for follow-up

Use the Message/Address type for open-ended questions

Use the URL type for collecting portfolio links or social profiles

Order fields logically — Name first, then Email, then your custom fields

Descriptive placeholders help visitors understand what to enter

Related Articles