• Resolved Andrew Sampson

    (@sammoda82)


    I have used a text-area field for the subject field of a form
    However I can’t see how to select the height of the field.
    All the text area fields seem to be same height?

    Any help appreciated.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @sammoda82,

    Sounds like something I could pass to our devs as well ??

    You can set the height again in Form > Appearance > Custom CSS field by setting the minimum height with a code like this:

    .forminator-textarea {
        min-height: 50px;
    }

    Cheers,
    Predrag

    Thread Starter Andrew Sampson

    (@sammoda82)

    Hi Pedrag
    Yes please do pass on to devs.
    It’s these little things that make a big difference!
    In some other contact form plugins there is an option to have a single line text field which is ideal for a Subject field.
    Also maybe even add a Subject field into the presets for forms?

    Best

    Andrew

    Hi Andrew,

    Did it already after my reply yesterday ??

    One question though, we do have Input element in Forminator that is a single line, wouldn’t that do the trick for you?

    Cheers,
    Predrag

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Reduce height of text area fields’ is closed to new replies.