I'm playing around with the GF beta4 and if I was wondering if I could use an ajax parameter just as in the shortcode..
<?php gravity_form(2, false, false, true); ?>
I tried but it doesn't seem to work now..
I'm playing around with the GF beta4 and if I was wondering if I could use an ajax parameter just as in the shortcode..
<?php gravity_form(2, false, false, true); ?>
I tried but it doesn't seem to work now..
It isn't currently available in the public beta that is available. We will go ahead and release Beta 5, which only adds this and some additional plugin cleanup. Keep an eye for it on the download page.
Once you download and install Beta 5 the function call would look like this:
<?php gravity_form(2,false,false,false,null,true); ?>
There are actually some other parameters that are used behind the scenes which is why there are 2 more before the true for the AJAX.
great! cheers Carl
Thanks Carl! Your plugin is mad amounts of Awesome, Powerful and handy.
word.