• Resolved jjstuss

    (@jjstuss)


    I am using this plug-in to collect phone numbers from clients so that I can send them text messages through Twilio. However, international numbers must be entered with a plus symbol in front.

    This plug-in throws an error if the customer enters the plus symbol, so they cannot enter the number.

    Is there way to fix this?

    Example:
    https://ibb.co/4KqMNg2

Viewing 1 replies (of 1 total)
  • Plugin Author Sourov Amin

    (@sourov)

    Hi,

    You can use “Custom Field” for your purpose. Add a pattern to the field based on your phone number required types. For example, you can use a similar pattern like
    ^[\+]?[(]?[0-9]{3}[)]?[-\s\.]?[0-9]{3}[-\s\.]?[0-9]{4,6}$
    for international phone numbers including + and – on it.

    Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘Not International Numbers? Error’ is closed to new replies.