I found a couple things. One, since you are loading the forms in your page templates, you will need to include your own scripts by using the gravity_form_enqueue_scripts hook:
http://www.gravityhelp.com/documentation/page/Gravity_form_enqueue_scripts
Mentioned here related to embedding via a function call:
http://www.gravityhelp.com/documentation/page/Embedding_A_Form#Enqueue_Scripts_and_Styles
Additionally, I noticed you are including an old version of jQuery from Google CDN. I'm not sure which plugins, if any, rely on that old version, but you should update that to the latest, or 1.7.2 which is included with your WordPress version, and which Gravity Forms relies on.
If you enqueue the scripts properly, I think you will see that the form expired message shows up fine. I did this by embedding via shortcode in the Los Angeles post, and when I added the form in that manner, the form expired message showed up correctly. If that does not do it, I would update your jQuery version if you can.
Posted 12 years ago on Monday October 8, 2012 |
Permalink