# Elements
The Forms addon provides a collection of ready-to-use elements to build your form. Y
Each form element has its purpose and settings, some are meant to allow input data, others to group them as fieldsets, add a ReCaptcha verification, or submit the form among others.
# Input
The Input element adds one or multiple inputs within a grid to your form layout. It supports the text
, date
, email
, number
, password
, tel
, url
, month
, time
and week
type.
# Textarea
Renders a standard HTML Textarea field with additional validation options.
# Select
Renders a standard HTML Select field with additional validation options.
# Checkbox
Renders a standard HTML Checkbox group of fields with additional validation options.
# Radio
Renders a standard HTML Radio group of fields with additional validation options.
# Range
Renders a standard HTML Range field with additional validation options.
# Button
Renders a form submit
or reset
button.
# Hidden
Renders a standard HTML Input hidden field. Allows submitting static or dynamically loaded data using Dynamic Content.
# Fieldset
Renders a standard HTML Fieldset field with the option to render other fields as it children, making it easier to group fields.
# Recaptcha
Renders a Google reCAPTCHA field, a free service that protects your site from spam and abuse. It uses advanced risk analysis techniques to tell humans and bots apart. It supports both v2 and v3, which helps you detect abusive traffic on your website without user interaction.