contact form problem
-
Hello,
Since the latest upgrade of Jetpack the contact form is not displaying correctly. The entire form is very narrow.
The blog I need help with is: (visible only to logged in users)
-
What’s the link of the page you are referring to? Could you try and disable all other plugins and reactivate Jetpack. This way we can see if other plugins interfere with Jetpack.
Also make sure you are running the latest WordPress and Jetpack version:
http://www.wordpress.org
http://www.jetpack.meLooking forward to your reply.
-
Here is the page: http://economiccollapsenews.com/contact/
I’m having the same problem on other websites as well.
-
-
Hi there – it looks like your contact form is set to display 20 rows, which is why it’s so high:
<textarea name='61-comment' id='contact-form-comment-61-comment' rows='20'></textarea>Could you please check your form settings to see if that matches what you’ve set it to?
-
-
-
Thanks for this. It looks like the shortcode is not the culprit.
Do you have any other form plugins active, such as Gravity Forms? Is it possible to deactivate it if you’re not using it any longer to see if that solves the problem?
-
-
Thanks for the information. Does this happen if you switch to a default theme, like Twenty Eleven or Twenty Twelve?
-
-
Thanks for letting me know. I’m bringing this to our developers for investigation and I’ll keep you posted.
-
Hi there – the Jetpack developers are working on a fix for this problem for the next release. In the meantime, you could try adding this CSS and see if it works to override the current height of the comment box:
.contact-form textarea {
height: 200px;
width: 80%;
float: none;
margin-bottom: 13px;
} -
Hi there – I just wanted to let you know that a fix for the contact-form issue should be included in the upcoming Jetpack 2.1 release. Thanks for your patience.
-
- The topic ‘contact form problem’ is closed to new replies.