Fields
Email Address Field
The Email Address Field allows for capturing an email address and includes validation to ensure the address is in the correct format.
Basic usage
Adds a email address
field to the fields of an action.
Result
The field will be displayed as a text input field in the form, as below:
The resultant data will be available in the stubpost.data
as:
This can be substituted with eg. ~~stubpost.data.email_address
where required.
Parameters
See fields for common field parameters like validation and conditional rendering.