I noticed the necessary javascript is not being output in your source code which means you do not have a standard WordPress function call in the footer.php file of your theme.
The function is wp_footer() and this needs to go in your footer.php file.
You can read more on the wp_footer() function and where exactly you should put it in your footer.php file here:
http://codex.wordpress.org/Theme_Development#Plugin_API_Hooks
This function call allows plugins to insert code into the footer of your site, which is where Gravity Forms outputs the necessary javascript for the date picker AND conditional logic to work.
Let me know if that does the trick.
Posted 14 years ago on Thursday December 17, 2009 |
Permalink