The date picker field is not displaying properly. It's as if the CSS isn't working properly. It works on the "preview" but does not work properly in production with the theme.
Any help would be appreciated.
The date picker field is not displaying properly. It's as if the CSS isn't working properly. It works on the "preview" but does not work properly in production with the theme.
Any help would be appreciated.
Can you link to your form please? It is a CSS issue with your specific theme.
It does not appear you are loading the Gravity Forms CSS at all. Be sure you have selected "Yes" for "Output CSS" on the Gravity Forms Settings page ( wp-admin/admin.php?page=gf_settings on your server ). Once I added that stylesheet, the datepicker worked as expected, and the form looked much different as well. Screenshot http://minus.com/ltu3aoRWyCOoK
Chris Hajer, that seemed to fix my issue. The problem is that the person has a ton of custom code on their forms and this breaks all that functionality.
Thanks for the quick reply.
If you don't want to output the Gravity Forms CSS, you can leave it disabled, but then add the datepicker styles from the css/forms.css in the plugin folder, to your theme's stylesheet. If you do not include the Gravity Forms stylesheet, you're going to have to style the datepicker element yourself, from scratch, or using at least a portion of the stylesheet provided by Gravity Forms.
Okay, I will try that out. Thanks.