• Resolved Allen Freeman

    (@allenfreeman)


    Is there a way to force the data entered by a customer for the ‘phone number’ field to format to the E.164 standard? (

    i.e.: a + sign followed by country code and number; example: +15556667777

    It doesn’t have to change appearance on the screen, so much as pass through as the properly formatted data field. (Google Ads has made this request to optimize campaigns.) Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support jmatiasmastro

    (@jmatiasmastro)

    @allenfreeman Hi mate, we inform you that the RegEx feature is a premium feature.

    Best regards, QuadLayers Support Team.

    Thread Starter Allen Freeman

    (@allenfreeman)

    Can you show me where this premium feature is explained in detail before I upgrade?

    Exactly how it would be implemented to execute the E.164 standard?

    I can’t find it discussed in the documentation:
    https://quadlayers.com/documentation/woocommerce-checkout-manager/

    Thread Starter Allen Freeman

    (@allenfreeman)

    Second ping for details on executing E.164 standard using checkout manager premium. Thx.

    Plugin Support jmatiasmastro

    (@jmatiasmastro)

    @allenfreeman

    Hi mate,

    We don’t know the exact regex that might work for your specific use case. However, you could try using a regular expression like ^+\d{1,15}$ which might work.

    A regular expression (regex) is a sequence of characters that defines a search pattern. In our plugin, you can add regex to any field that accepts alphanumeric characters. Simply go to the “Edit” tab and add it in the “Validate regex” field. Here is an example of how to set it up: https://snipboard.io/zpMaV4.jpg

    To customize the regex for your specific needs, we recommend consulting official regex documentation and using regex generators available online.

    Best regards, QuadLayers Support Team.

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.