Forms
Submit data to capture or change customer information
Forms allow you to collect customer information.
Using forms
A Form has a Content Block, allowing you to add fields that will be submitted via the Form Action. Each Form Action has fields that are required to be submitted successfully, for example, the ACCOUNT_LOGIN form action requires both the email and password inputs.
Form input styles
Form inputs use Form styles so that the look and feel can be managed globally.
Name | Category | Description |
---|---|---|
Form | Form | The form container |
Checkbox | Form | Select an item |
Dropdown | Form | Dropdown with options |
Form error | Form | Show any errors the form has |
Input | Form | Text input |
Input email | Form | Email input |
Input password | Form | Password input |
Radio group | Form | Group of radio items |
Submit | Form | Submit the form |
Form errors
When a Form has been submitted and there are errors, any errors will be shown with the Form error content item.
Form success
When a Form has been successfully submitted with Submit, any errors will be shown in the Form success Content Block.
Form actions
Form Actions allow you to choose the destination of the information when submitted.
See all Form Actions