Fields
Email Address Field
Captures and validates an email address in an action form. Useful for contact details, notifications, invitations, and email-based integrations.
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.