• Resolved dfuruenac

    (@dfuruenac)


    Hi Team Forminator,

    It’s possible hide expand option in Text Area Field?. I want to keep a fix size. I wouldn’t want that the user can expand that field.

    For example, you look “Nombre del producto” field or “Número de recibo y/o factura” in my page link.

    Best Regards

    Diego

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Nithin – WPMU DEV Support

    (@wpmudevsupport11)

    Hi @dfuruenac,

    You can disable the expand option using the following custom CSS:

     .forminator-textarea {
         resize: none;
    }

    The above CSS can be added within the form side under Appearance > Custom CSS section as shown in the following screenshot:

    Screenshot at 18:27:26.png

    I hope this helps. Have a nice day ahead.

    Best Regards,
    Nithin

    Plugin Support Patrick – WPMU DEV Support

    (@wpmudevsupport12)

    Hi @dfuruenac

    I hope you are doing well and safe!

    We haven’t heard from you in a while, I’ll mark this thread as resolved.

    Feel free to let us know if you have any additional question or problem.

    Best Regards
    Patrick Freitas

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hide Expand Option Text Area Field’ is closed to new replies.