• Resolved jvalks

    (@jvalks)


    Hi,

    Is it possible to predefine the size of the input text-area (like the message area)? Even if I resize it, or fill the number of rows, I keep seeing a small text-input area.

    Thanks!

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author NickDuncan

    (@nickduncan)

    Hi there!
    Thanks for using my plugin ??

    Yes we can do this via CSS.

    Add the following to your theme’s style.css sheet:

    .wpcf_nd textarea {
        height: 300px;
    }

    You can modify it as you see fit. Please let me know if you need help with this?

    On a related note, there’s a field for number of rows, but when I set it and save the form, the field is blank.

    Thread Starter jvalks

    (@jvalks)

    I tried the css code. The effect is not what I expected. The text area is now overlapping the area (with a border)… Even when I increase the value to like 600 it’s not getting bigger than the 300 value.

    This plugin is bugged.. And like John mentioned, it does not save the row numbers as well…

    Please fix this.

    Plugin Author NickDuncan

    (@nickduncan)

    I can see the issue and will release a fix for this tomorrow (I am busy tying up other additions to the plugin of which I need to finish first).

    Thread Starter jvalks

    (@jvalks)

    Fantastic! Glad to try it out when it’s released ??

    Plugin Author NickDuncan

    (@nickduncan)

    Hi there!
    I have just put the new version (v1.10) live which has numerous bug fixes as well as the bug you both experienced. Please let me know if this new version works for you?

    Looking forward to your response.

    Thread Starter jvalks

    (@jvalks)

    Hi,

    Yes! It works!! Thank you very much!!

    Thanks for fixing this so fast ??

    Cheers!!

    Plugin Author NickDuncan

    (@nickduncan)

    I’m super happy to hear that!
    If you are enjoying the plugin and if you have one minute spare, please consider leaving a review for my plugin here https://www.ads-software.com/support/plugin/contact-form-ready/reviews/

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Size of the text area’ is closed to new replies.