How can I add an ajax option to this template call?
<?php gravity_form(3, true, false); ?>
How can I add an ajax option to this template call?
<?php gravity_form(3, true, false); ?>
http://forum.gravityhelp.com/topic/ajax-parameter-in-function-call
Basically:
<?php gravity_form(3,false,false,false,null,true); ?>