Not sure when this started, but all my forms are missing their field descriptions. The field descriptions show up on Preview, but not on published form. Deactivated all other plugins and checked theme to rule those out.
Not sure when this started, but all my forms are missing their field descriptions. The field descriptions show up on Preview, but not on published form. Deactivated all other plugins and checked theme to rule those out.
Can you post a link to a page containing one of the forms in question so we can take a look.
Regards,
Richard
See the newsletter signup form on http://womenofwip.org/ and my Notes.
I'm using WP 3.5.1 and GF 1.7.5 with my own Genesis child theme.
OK found it, starting on line 3120 of tiger-style.css you have the following which is preventing your field descriptions from being displayed.
.gform_wrapper .gfield_description {
display: none;
}
You have three options, comment it out, delete it, or leave and add another rule setting the display to inherit.
Regards,
Richard
Thank you so much, Richard. It's people like you that make me so proud of the open-source community.
Note to self --don't forget to check my css!
Thanks and you're welcome.