Is there to remove the Country drop down list from Authorize.net payment field?

  • rabbichabadbayviewcom
    Asked on April 10, 2019 at 2:07 PM

    Hi,

    Is there a way I can remove the Country drop down list from the billing info (Authorize.net)?

    We dont want it there.

    Please advise.

    Thanks.

    Levi

  • Support_Management Jotform Support
    Replied on April 10, 2019 at 3:50 PM

    Hey Levi - Is this the form you're currently working on?

    https://www.jotform.com/70894064818264

    There's no option to hide the country dropdown field, but we can visually hide it using CSS. If that's the form you're working on, inject these CSS codes to your form builder:

    #input_38_country, #sublabel_38_country {

        display: none;

    }

    Complete guide: How-to-Inject-Custom-CSS-Codes

    Result:

    Is there to remove the Country drop down list from Authorize Screenshot 20