Custom form with fillable content

  • HippoDaddy
    Asked on April 24, 2016 at 6:47 PM

    I, _________________________________________  give my permission for a complete check of my driving record, including any state where I presently have or have had 

     

    Where someone can fill in the  " ________________________" section as part of the form.

  • Mike_G JotForm Support
    Replied on April 24, 2016 at 7:44 PM

    With the kind of form that you would like to have, I would suggest you check these two widgets:

    Narrative Field Widget

    Passage Test Widget

    Let us know if you have questions or if you need any further assistance. Thank you.

  • HippoDaddy
    Replied on April 25, 2016 at 12:19 AM

    Regarding the Narrative Field Widget... how do I increase the amount of content for each section where they can add text?

    How do I add a next line or a space?

    Is there some detailed tutorial on this widget?

     

    Thank you

  • Welvin Support Team Lead
    Replied on April 25, 2016 at 6:59 AM

    You can adjust the width of the input boxes by injecting a custom CSS Codes in the widget settings. However, multi-line text input is not possible in the widget. 

    For example, if you need to adjust the entire input boxes to the same width, you can add these codes:

    .textbox {

    width: 200px;

    }

    Custom form with fillable content Image 1 Screenshot 20

    Let us know if you have any further questions on this.