Comment on page
The Email field allows users to enter a free-form email address.
The
Email
field accepts correctly formatted email addresses as answers such as [email protected].A badly formatted entry will trigger a validation error on submission and require the user to fix the entry.

If you configure a Feathery auth integration, you can use the
Email
field with a Button
action Send Email Magic Link
.The Feathery SDK and API reference email fields with
type
equal to email
. The submitted value is a string
.Last modified 8mo ago