I want to just have australia as an option in the country drop down menu in all my forms.

  • PagewoodUMR
    Asked on June 18, 2019 at 1:50 AM

    I want to just have australia as an option in the country drop down menu in all my forms.

    How do I do this?

  • AndrewHag
    Replied on June 18, 2019 at 3:55 AM

    Unfortunately, it is not possible to remove the other country names from the country dropdown. As a workaround, you can select the default country as Australia and using the custom CSS we can disable the pointer events to the country dropdown. By this, the user cannot edit the country name.

    1560844425chrome LLUUw94lve Screenshot 10

    Here is the CSS code:

    .form-address-country{

      pointer-events: none;

    }

    You can use this method in all your forms. Let us know how this works for you.

  • PagewoodUMR
    Replied on June 18, 2019 at 4:37 AM

    can you please make the css code for me to copy paste


    the countries are;


    OFAC Countries List to be removed :

    •    Burma / Myanmar

    •    Cuba

    •    Iran

    •    North Korea

    •    Syria

    •    Zimbabwe

    •    Sudan

    •    Somalia

    •    Belarus

    •    Cote d'Ivoire [ Ivory Coast]

    •    Liberia

    •    Iraq

    •    Democratic Republic of Congo

    •    Libya

  • AndrewHag
    Replied on June 18, 2019 at 5:34 AM

    I see that you integrated your form with PayPal Pro. Could you please confirm that you wish to customize the country dropdown in the payment field also?

    First of all, it is not possible to customize the country dropdown in the address field. If it is normal address field then we can suggest workarounds based your requirement. But, it is not possible to customize the country dropdown for payment field.