Form Block Element
Last updated
Last updated
In this tutorial we explain how the form element works & how to do form validation.
You can find the Form Block element under the elements panel by searching for "Form Block", as shown below.
Once you've added the Form Block to your page, you will see that each form is made up of:
Label element
Text input element
Form feedback element
Text area element
Button element
The label, form feedback & input boxes are grouped inside of the form group element.
You can use the input box settings to set rules around your user input validations. For example, setting text input to be required fields.
You can also use the settings on the form feedback element to display a message for valid or invalid text that is input into the form.