Hi Carl, appreciate the assistance, but it's still not working. I'm probably just not understanding something simple from the documentation.
Here's what I've tried in my functions.php file:
gravity_form_enqueue_scripts(1, true);
gravity_form_enqueue_scripts(2, false);
gravity_form_enqueue_scripts(3, false);
when it didn't work, I tried:
wp_enqueue_script('gravity-forms-php', 'http://www.calicreativeweddings.com/wp-content/plugins/gravityforms/gravityforms.php', array(), false, true);
gravity_form_enqueue_scripts(1, true);
gravity_form_enqueue_scripts(2, false);
gravity_form_enqueue_scripts(3, false);
When those didn't work I also tried in header.php just before wp_head() (as instructed on the link you posted):
<?php
gravity_form_enqueue_scripts(1, true);
gravity_form_enqueue_scripts(2, false);
gravity_form_enqueue_scripts(3, false);
?>
If you want to check it out, the site is at http://www.calicreativeweddings.com and the Investment->Cinematography page has a price form. The Contact page has a regular form... which is showing up and appears to be styled, but has no functionality.
Thanks,
-brian
Posted 14 years ago on Monday July 18, 2011 |
Permalink