Area code sublabel between area code and phone input boxes

  • jcfields67
    Asked on May 31, 2018 at 4:21 PM

    I've added two phone inputs to my form and in both cases the area code sub-label is between the two input boxes.


    1527797894area code screen shot Screenshot 10

  • Mike_G JotForm Support
    Replied on May 31, 2018 at 5:44 PM

    I have checked your form and see the issue that you described.

    To fix the issue, please inject the custom CSS codes below to your form — How-to-Inject-Custom-CSS-Codes

    [data-type="control_phone"] .form-sub-label-container:first-child [data-component=areaCode] ~ .form-sub-label {

        display: inline !important;

    }

    1527803077t17 43 Screenshot 10

    I hope this helps. if you have other questions or concerns, please do not hesitate to let us know.