Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author thongnguyenminh

    (@thongnguyenminh)

    Hi @damienrciitech, yes you can. Just add this code to to end of your theme’s functions.php (or using a plugin allow you to add custom php code if you not familiar with these stuff):

    add_filter('include_klaviyo_phone_active', 'klaviyo_phone_active');
    function klaviyo_phone_active(){
        return true;
    };

    If you can’t do this yourself – please feel free to ask. I will make a more detail guide for you!

    Thread Starter damienrciitech

    (@damienrciitech)

    Excellent Thank you

    2 things

    1. What is the correct Phone Field ID ?
    2. It says Note: due to Klaviyo require, phone number without nation code will cause submit to fail. Does this mean it must have +44 for the UK when someone enters?

    Plugin Author thongnguyenminh

    (@thongnguyenminh)

    Hi @damienrciitech to answer your questions:
    1. the Phone Field Id is depend on how you build your form (if you not sure about this please view my guide video here: https://www.youtube.com/watch?v=H4SApK4CRM8&feature=youtu.be)
    2. Yes – Klaviyo using an automatic phone validator to check the phone number, so it need the nation code – also, fake number will cause submit to fail too (that why i disable this field by default – i got some bad review on my plugin because of this – the submit fail when they test with fake or wrong format).

    Thread Starter damienrciitech

    (@damienrciitech)

    Ok got it.

    Can you code that the UK country code is there by default so people don’t need to add it?

    Plugin Author thongnguyenminh

    (@thongnguyenminh)

    Hi @damienrciitech i can’t do that. Because other plugin user can come from other country – not just UK.

    But i have just release a new version – this version have a setting allow you to enter the nation code, so your audience no need to add it. Please update the plugin and change correspond setting yourself.

    Thread Starter damienrciitech

    (@damienrciitech)

    Perfect thanks

    Nation code works like charm

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Telephone field to Klaviyo list’ is closed to new replies.