How to increase the height of a specific text box in the Configurable List widget?

  • yasmeenalbanna2510
    Asked on July 1, 2024 at 3:55 AM

    i want to make the text boxes for " Please provide a concise description of the activity highlighting its need, value, impact and outcomes" bigger, to increase the height of it.


  • Raymond JotForm Support
    Replied on July 1, 2024 at 4:16 AM

    Hi Yasmeen,

    Thanks for reaching out to Jotform Support. We can increase the height of one of the fields on your Configurable List widget by using some CSS codes. Let me walk you through it:

    1. In Form Builder, click on your Configurable List widget.
    2. Next, click on its Wand icon, and under the Custom CSS tab, paste the following codes:
    /* increase col 9 height - 16424071*/
    #list > div > div.configurable-list-field-row > div.configurable-list-field-wrapper.col9.text-field-selector > input {
    height: 10em;
    }
    /* Ends here */

    How to increase the height of a specific text box in the Configurable List widget? Image 1 Screenshot 20

    Feel free to test this cloned demo form or clone it to your account to inspect it further. We also have a guide on How to Inject CSS Codes to Widgets that you can check out.

    Give it a try and let us know if you need any help.

  • yasmeenalbanna2510
    Replied on July 1, 2024 at 5:25 AM

    Thank you for your assistance; it worked perfectly!

    I have another inquiry. I've created two forms: Form 1 and Form 2, with Form 2 linked from a section in Form 1. Participants will begin filling out Form 1 using this link: https://form.jotform.com/241482376674465. Upon reaching Section 2 in Form 1, there's a link provided that directs them to Form 2, where they can complete the remaining information and print it.

    In Form 2, I am looking for a method that allows participants to return to where they left off in Form 1 without needing to restart from the beginning and re-enter all previously filled fields. I structured this process because I couldn't find a solution to enable participants to print specific pages from Form 1. If there is a way to enable printing of specific pages, please advise, as this would allow me to consolidate everything into one form. If not, please provide guidance on how to effectively link these two forms together.

  • William JotForm Support
    Replied on July 1, 2024 at 5:53 AM

    Hi Yasmeen,

    Since your next question is no longer related to the main title of this thread, I have moved and will answer it on this new thread in a while.

    We appreciate your understanding.

 
Your Answer