Comment on page
Phone Number
The Phone Number field allows users to enter an international phone number with proper validation.
The
Phone
field accepts any phone number. whether domestic or international. It also validates the phone number to make sure it's valid.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 send an SMS code to the collected phone number. Just add a button with the click action
Send SMS Verification Code
.The Feathery SDK and API reference phone fields with
type
equal to phone_number
. The submitted value is a string
.Last modified 8mo ago