Skip to content
This repository was archived by the owner on Feb 15, 2024. It is now read-only.
This repository was archived by the owner on Feb 15, 2024. It is now read-only.

Contact Form - Uses text instead of textarea #10

@ethanthekiwi

Description

@ethanthekiwi

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:

<input type="text" name="g20741-8217comment8217" id="g20741-8217comment8217" value="" class="’textarea’">

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.

slimcontact

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions