Skip to main content

Type of Fields in Forms

Some of the available Field Types for Form Creation:

When creating a form, you can choose from various types of fields to collect specific information. Below are some examples with brief descriptions:

  • Plain Text Input: Allows users to enter freeform text.

Forms

  • Email: Captures an email address and validates the format.

Forms

  • Phone Number: Collects a phone number and ensures correct formatting.

Forms

  • URL: Accepts a website URL and validates its structure.

Forms

  • Secret (Password Input): Hides the characters typed by the user, commonly used for passwords.

Forms

  • Select (Dropdown List): Provides a list of predefined options from which users can choose.

Forms

  • Datepicker: Allows users to select a date from a calendar interface.

Forms

  • Yes/No: Provides a simple toggle or button for users to select either "Yes" or "No."

Forms

  • Currency: Captures monetary values with appropriate formatting.

Forms

  • Checkbox: Lets users select one or multiple options from a list by checking boxes.

Forms

  • Table: Enables users to enter data in a tabular format with rows and columns.

Forms

  • Address: Enables users to input a full address, typically with multiple fields like street, city, and state.

Forms