Need some assitance increasing the with of the field in the configurable list

  • jkhan
    Asked on February 5, 2018 at 8:33 PM

    https://www.jotform.com/build/80349486333866

    Need help - How do I increase the width of the field to type in


    1517880686Capture 1 Screenshot 101517880742Capture Screenshot 21

  • Elton Support Team Lead
    Replied on February 6, 2018 at 1:06 AM

    Use textarea instead of just text to allow multi-line text input.

    So in your config list, it should be:

    Words relevant to your business used by potential or existing customers to search your business online. You can add up to 50 keywords. : textarea : Relevant to business

    You can do the same for the other field.

    After that, to increase the textarea width, paste this CSS code under Custom CSS tab found in the config list widget settings.

    input[type="textarea"] {

        width: 300px;

    }

    Need some assitance increasing the with of the field in the configurable list Image 1 Screenshot 20