• Resolved jurgenmo

    (@jurgenmo)


    Hi,

    Is there a way to limit the countries in a international phone number field?
    I have an international phone number field in my contact form, but I would like to limit it to 2 countries. Now all countries are available.

    Thx

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Zafer – WPMU DEV Support

    (@wpmudevsupport15)

    Hi @jurgenmo,

    I hope you are doing well today!

    This issue has been flagged to our SLS (Second Line Support) Team so that they can dig into this further. We will post an update here as soon as more information is available.

    Thank you for your patience while we look into this further.

    Kind regards,
    Zafer

    Thread Starter jurgenmo

    (@jurgenmo)

    Hi @wpmudevsupport15,

    Thank you for your reply, looking forward to it.

    Kind regards,
    Jurgen

    Thread Starter jurgenmo

    (@jurgenmo)

    Currently I solved it with css. But it would be better if selection is possible.
    I only need Belgium and The Netherlands
    So first i hide all id’s starting with iti-0__item- and then show the id’s for Belgium and The Netherlands.

    #iti-0__country-listbox li[id^=”iti-0__item-“]{
    display: none;
    }
    #iti-0__item-be,
    #iti-0__item-nl{
    display: block !important;
    }

    Plugin Support Zafer – WPMU DEV Support

    (@wpmudevsupport15)

    Hi again @jurgenmo,

    I am happy to hear that you have resolved the issue with a very nice way.
    I will add a feature request for Forminator team to include that language selection into UI to be considered for the future releases. Thanks for your input on this.

    I am marking this thread as resolved for now, please let us know in case you need further help.

    Kind regards,
    Zafer

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Limit countries in international phone number field’ is closed to new replies.