Why does the Masked Phone Input field become shorter?

  • plasteccomtr
    Asked on March 9, 2019 at 9:34 AM

    Hello there. The text box becomes shorter when I apply a mask at the phone entrance. I couldn't find the text box length from the settings. How can I solve this problem?

    Jotform Thread 1756032 Screenshot
  • Girish JotForm Support
    Replied on March 9, 2019 at 10:41 AM

    Please inject the below CSS code into your form:

    .mask-phone-number.form-textbox {

        width : 150px;

    }

    1552146011The Easiest Online Form Builde Screenshot 10

    You can change the width according to your requirement.

    Related Guide:

    How-to-Inject-Custom-CSS-Codes