How can I expand the "other" input box of a particular checkbox field in my form?

  • Michele_Binkley
    Asked on July 5, 2017 at 5:39 PM

    Hello,

    Thank you for all your support! Ya'll are more than helpful. I have a field that I would like to expand to twice its current size, but only that field. It is on page 4 and the question is on the screenshot.

    Thank you again!

    Jotform Thread 1191965 Screenshot
  • Mike_G JotForm Support
    Replied on July 5, 2017 at 7:55 PM

    If I'm understanding your concern correctly, you would like to increase the width of the "Other" input box of that checkbox field in the image you provided.

    The input box can only be expanded with the help of CSS codes.

    Please inject the following CSS codes to your form — How-to-Inject-Custom-CSS-Codes

    #cid_263 .form-single-column span:last-child {

        min-width: 300px !important;

    }

    You can adjust the "min-width" value based on your preferences.

    Also, I tried testing the codes above to a clone version of your form and it turns out there is a code error in the existing CSS codes in your form that is why it didn't work at first. To fix that, please see the image below:

    How can I expand the other input box of a particular checkbox field in my form? Image 1 Screenshot 20

    If you have other questions regarding this, please do not hesitate to contact us again anytime.