can you please advise how you extend a text box both for the question and answer. for example the answer box is not big enough to show full addresses

  • kaunmuk
    Asked on February 4, 2015 at 3:33 AM

    please email answer to admin@professionaltipster.co.uk

  • Kiran Support Team Lead
    Replied on February 4, 2015 at 9:19 AM

    You can increase the width of the text box by increase the size value from the tool for the required text box.

    can you please advise how you extend a text box both for the question and answer Screenshot 40

    You can also increase the width of the text box by injecting the following CSS code to your JotForm.

    #input_3 {

    width : 250px !important;

    }

    You can get the field ID from the field properties.

    can you please advise how you extend a text box both for the question and answer Screenshot 51

    can you please advise how you extend a text box both for the question and answer Screenshot 62

    If you want to increase the width for each text box, you can inject the following CSS code.

    .form-textbox {

    width : 250px !important;

    }

    Hope this information helps. Please let us know if you are referring to something different. We will be happy to help.

    Thank you!

     

  • Kiran Support Team Lead
    Replied on February 4, 2015 at 9:20 AM

    Please refer to the following guide that can help you in injecting the CSS code to your JotForm!

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

    Thanks!