You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 15, 2024. It is now read-only.
The comment form in Slim Jetpack was working great for me when I installed it, but I've noticed in the past month (perhaps longer ago) that the comment field displays as a single line, instead of a multiline text area. Looking at the HTML I see this:
It is embedding as a text field rather than a text area. I used a bit of CSS to make the field larger and multi line, but the text only filled one row even when there were several rows in the field.
I'm running the latest version of the plugin (Version 2.7.0.1). Here is my shortcode. [contact-form to='email@example.com' subject='Website Suggestion'][contact-field label='Name' type='name'/][contact-field label='Comment' type='textarea' required='1'/][/contact-form]
Wordpress 4.1
StudioPress Genesis Theme Framework
Unfortunately my site is a private intranet, so I cannot post a link to it. Let me know if you need to see any code or screenshots and I can post them.