Hi,
I have a question about javascript and responses within one of my gravity form pages. I will try to explain it as easy as possible.
I have a 3 page form on my website. On the second page I have to collect some data that will be captured via a popup window which is processed on an external server. The user clicks a link which fires a popup and when the external popup is finished, it allows me to send the data back to a return_url so I can do something with the new data. I want to place this data into the form somehow and then traverse over to the next page (page 3) of my form.
This seems like it might be similar to the Paypal Standard Addon, but I want to know can this be done half way through filling out a form? How do I come back to the second page and return some details (via javascript)? How can I accomplish this? What return URL could I use?
I appreciate all the help I can get. Thanks.