Skip to content

Text Fields

The most basic and boring field but you know you need it! Text and Textarea fields are supported.

For example:

yaml
handle: full_name
field:
  type: text
  display: Full Name
  validate:
    - required
Oh wow, a text field.
Oh wow, a text field.

Input types

The text field supports a number of different input types. There are respected and set correctly.

Use the hidden input type to create a hidden field, useful for storing data that you don't want to show to the user.

If you use input_type to date, tel or time the field will be rendered as a native input type unless you enable the improved_field option at the Easy Forms configuration section at the end of the fields config.

Read on to see the improved fields in action.