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?
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?
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.
okay, thank you.