• echo ‘<textarea>’ . $echo . ‘</textarea>’;

    I guess this is not used in the plugin?

    • This topic was modified 7 years, 9 months ago by mario99.
Viewing 2 replies - 1 through 2 (of 2 total)
  • There is a textarea control in the plugin. You can specify colxrows when you add the shortcode in de Form Designer. It’s all in the documentation. Scroll to the bottom of https://contactform7.com/text-fields/

    Hi,

    Here you can see how to configure the textarea field.

    Output will like [textarea* yourId 40×5 class:your-class placeholder “Message”]

    textarea – define the textarea
    * – required field
    40×5 – cols / rows
    yourId – textarea ID
    your-class – textarea class. You can use multiple classes but you need to define class everytime
    “Message” – Placeholder text. You can user what ever you want

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Where is the textarea used in forms?’ is closed to new replies.