Form builder: Shrink option doesn't work for the text element

  • fatty_hoot_yo
    Asked on November 21, 2017 at 7:54 AM

    How can be image and text on left side of the form?

  • amy
    Replied on November 21, 2017 at 10:17 AM

    You are able to shrink fields. Please right-click on the field you want to shrink and click on the "Shrink" option. 

    1511276597Screen Shot 2017 11 21 at 18 0 Screenshot 10

    However, shrink option doesn't work for the text element. I escalated this issue to our developers. For a temporary solution, I injected a custom CSS for the text field: How to Inject Custom CSS Codes 

    I prepared a demo form for this purpose. You are able to check it out on this link: https://form.jotform.com/73244002523948

    Please feel free to clone it on your end: How to Clone an Existing Form from a URL

    Also, this user guide can also help you: Form Field Positioning

  • janberk
    Replied on November 29, 2017 at 6:14 AM

    I've checked the issue and everything looks fine. When you shrink a Text Field with a large content, the field will automatically cover the row.

    CSS must be written for the parent element of the Text Field.

    #id_4 {
    width: 25%;
    }