Hi, I noticed that almost all of the advanced features of GF doesnt work (for example conditional field, dynamic lists or css ready classes).
How can I fix this conflict?
Thanks
Hi, I noticed that almost all of the advanced features of GF doesnt work (for example conditional field, dynamic lists or css ready classes).
How can I fix this conflict?
Thanks
How are you embedding your form? Sounds like the gravity forms scripts and styles are not being pulled in. See this:
http://www.gravityhelp.com/documentation/page/Gravity_form_enqueue_scripts
thanks for the reply.
I tried your solution but it didnt work. To tell the truth, in my header.php file, the wp_head() is commented, Im not sure this could be a problem. Im using a custom template (not made by me).
Can you post a link to your form page on your site - might be able to see what's going on from there.
Hmm, it does seem as though your theme is blocking the css/js from being placed on the page. If you preview the from from within the preview of the form builder does it function correctly? Can you activate the default theme and see if it functions correctly?
Thanks.
Form preview return a blank page.
Yes the form works correctly with the default theme...
It's essential to have wp_head() in your theme for Gravity Forms to include the proper css/js. Check this thread for a similar issue:
http://www.gravityhelp.com/forums/topic/another-conditional-logic-problem
You may need to converse with your theme creator.
Ok now its works!
Thanks a lot
Great! Glad to help.