How can I extend the length of a text field?

  • sportygal87
    Asked on August 31, 2020 at 1:23 PM

    Thank you for all your help.  I have one more situation that I could use help with.  Can I extend the length of an input text field?

    Jotform Thread 2547578 Screenshot
  • Patrick_R
    Replied on August 31, 2020 at 3:50 PM

    Hello! This is an Address field and width option is not available for it. You'll need to use custom CSS code to set the width of this field. You can implement the following CSS code using these instructions.

    #input_44_city{
      width: 356px;
    }

    Following is how this field should look like after implementing this code:

    1598903417chrome capture   2020 09 01T01 Screenshot 10

    I hope this helps. If you come across any issues, feel free to get back to us.

    Thank you!