I'm having trouble with some conditional fields not working, and I'm hoping you can help. The fields appear here: http://www.eaglepointchamber.org/volunteer/, specifically the conditional fields are queued off of the "How would you like to be contacted" field. Either choice selected should be generating 2 additional fields. It does not.
I am using a custom child theme for the Genesis Framework.
I have tried deactivating all plugins, except gravity forms -- no change in the behavior.
I have tried adding <?php add_action("gform_enqueue_scripts", "enqueue_custom_script", 10, 2); ?> above the wp_head() in the header.php -- no change in the behavior.
Do you have any other ideas to solve this problem?