I want the country code to be on the left and before the phone number.

  • tcm69
    Asked on August 15, 2020 at 5:16 AM

    In the desktop view of my form, in the phone number field, it shows the phone number box to be on the left of the country code.

    I want the country code to be on the left and before the phone number. The order is correct in the tablet and phone view.

    Screenshot of desktop:


  • Ariel JotForm Support
    Replied on August 15, 2020 at 6:47 AM

    Greetings,

    Thank you for contacting Support.

    Please inject the following snippet at the bottom of your CSS code in the Form Designer:

    [data-input-type="areaCode"] {
        float:none !important;;
    }

    Once applied, it should look something like so.

    15974880752020 08 15 18 40 30 Screenshot 10

    Please give it a try and let us know how it goes.

    Related Guides:

    How to Inject Custom CSS Codes

    How to Post Screenshots to Our Support Forum