PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

ajax on php theme embed call

  1. How can I add an ajax option to this template call?

    <?php gravity_form(3, true, false); ?>

    Posted 13 years ago on Saturday January 22, 2011 | Permalink
  2. http://forum.gravityhelp.com/topic/ajax-parameter-in-function-call

    Basically:

    <?php gravity_form(3,false,false,false,null,true); ?>

    Posted 13 years ago on Sunday January 23, 2011 | Permalink