The Email field allows users to enter a free-form email address.
Last updated
The Email field allows users to enter a free-form email address.
Last updated
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.
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
.