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.

Authentication

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.

For Developers

The Feathery SDK and API reference phone fields with type equal to phone_number. The submitted value is a string.

Last updated