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 parameter in function call?

  1. 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..

    Posted 13 years ago on Wednesday August 25, 2010 | Permalink
  2. 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.

    Posted 13 years ago on Wednesday August 25, 2010 | Permalink
  3. great! cheers Carl

    Posted 13 years ago on Thursday August 26, 2010 | Permalink
  4. jackstin
    Member

    Thanks Carl! Your plugin is mad amounts of Awesome, Powerful and handy.

    word.

    Posted 13 years ago on Thursday September 9, 2010 | Permalink