How to make the width of the phone number field display 100%.

  • Clubforms02
    Asked on March 18, 2018 at 3:39 PM

    Attached is print screen of Form Reg. Jamb - 2019 which is displaying phone number correctly and form Reg. Volunteers - 2019 - which is not displaying the phone number correctly.  


    Thetristateatvclub.com

    Jotform Thread 1418744 Screenshot
  • David JotForm Support Manager
    Replied on March 18, 2018 at 4:39 PM

    Please inject the following CSS code in order to fix it: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

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

        width: 100% !important;

    }

    Let us know if you need more help.