How can we change the size of the field length to show the entire phone numbers?

  • tcscwesttrip1
    Asked on July 11, 2020 at 9:40 PM
    Question 2: For the cell phone and home phone fields, I have put the Input Mask on but the field shows very small. How can we change the size of the field length to show the entire phone numbers? We have tried using the CSS options but it didn't work. 
  • Sonnyfer JotForm Support
    Replied on July 11, 2020 at 9:49 PM

    Hi - Kindly inject the below CSS code to adjust the width of your Cell Phone and Home Number field. Note that you can still adjust the width to your liking.

    #input_18_full, #input_17_full{

      width: 130px;

    }

    Guide: How-to-Inject-Custom-CSS-Codes 

    Result:

    1594518535resqwq Screenshot 10

    Let us know how it goes.


  • tcscwesttrip1
    Replied on July 12, 2020 at 8:28 PM
    This worked for us! Thank you so much!
    ...