The Email field allows users to enter a free-form email address.
The Email
field accepts correctly formatted email addresses as answers such as john.doe@gmail.com.
A badly formatted entry will trigger a validation error on submission and require the user to fix the entry.
Authentication
If you configure a Feathery auth integration, you can use the Email
field with a Button
action Send Email Magic Link
.
For Developers
The Feathery SDK and API reference email fields with type
equal to email
. The submitted value is a string
.
Last updated