I have read through the forum posts and docs prior to this support request. Here is a quick summary of that I am trying to do.
I have a multipage form. On the first page are 3 text input boxes for the user to enter names. On the second page I want to populate a drop down field with the three values. Here is the code I am using in my hook:
The issue I have is that I don't get the $entry['x'] they are all blank. From reading the docs I assume I would need to use the gform_post_submission filter to get the $entry values.
Could you confirm if the post_submission filter is fired when the user goes from page 1 to page 2 and if so how I would use the post_submission and pre_render filters together.
Hopefully this is not a completely stupid question.
Thanks
Steve