How to reduce the width of text field?

  • FCMC
    Asked on March 1, 2018 at 2:21 PM

    I'm trying to have my patient's initial next to statements and cannot get the initial widget next to the text box even when I shrink them. 

  • TREVON
    Replied on March 1, 2018 at 3:37 PM

    Due to the length of the of the terms text field, even on shrinking the fields you the length of the text field will not allow the initial widget to be in same line as the respective text field.

    To manage this kindly inject the following CSS to your form.

    https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    #text_94 {

      width:300px;

    }

    #text_93 {

     width:300px;

    }

    #text_95 {

      width:300px;

    }

    You will also need to shrink the fields before injecting the CSS. 

    Below is a clone of the form with the above changes. Kindly feel free to clone and use the form.