Increasing length of Long Text Entry fields

  • mreade
    Asked on April 14, 2018 at 3:10 PM

    Hello

    I can't increase the column length of the free text boxes in this form:

    "Title of proposed application"

    " Please let us know if you have any comments or suggesstions about the application process "

    Thanks for your help.

    Michael Reade

  • Mike
    Replied on April 14, 2018 at 4:30 PM

    The field max width is limited by the form styles. To fix this:

    1) Add the next CSS to the form.

    [data-type="control_textarea"] .form-input-wide, textarea {
    max-width: 500px !important;
    }

    Increasing length of Long Text Entry fields Image 1 Screenshot 30

    You can change the value in pixels.

    2) Increase the Long Text Entry field size.

    Increasing length of Long Text Entry fields Image 2 Screenshot 41

    If you need any further assistance, please let us know.