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.

[bug]? gform_post_submission called on 'next' page

  1. I have a 3 page form, using the new paging feature and every time I click 'next' the gform_post_submission hook is called. Using 1.5 beta 3, is this a bug or a feature?

    Additionally, is there way to get the "page id" from the $entry data array?

    Posted 13 years ago on Wednesday November 17, 2010 | Permalink
  2. This is a bug. The gform_post_submission should only get fired after the entry is created. I am working on fixing that and I will also add a hook that gets fired after going from one page to the next. In that hook, the source and target page numbers will be available.

    Posted 13 years ago on Thursday November 18, 2010 | Permalink
  3. okay, thank you.

    Posted 13 years ago on Thursday November 18, 2010 | Permalink