Hi,
I have a 4-page form that is loading on a webpage using an iFrame.
The form can be successfully completed on all browsers using this iFrame approach, except Safari.
Using the debugger I can see that the database is successfully being passed from Page 1 to page 2, but when I proceed to Page 3 I lose all the Page 1 data. Subsequently if I proceed to Page 4, all I have is the Page 3 data.
So it seems that the session data is only passed from one page to the next... but no further "page hops" are ever stored.
Has anyone encountered this, and is there a fix?
Thanks,
Brendan
I have a 4-page form that is loading on a webpage using an iFrame.
The form can be successfully completed on all browsers using this iFrame approach, except Safari.
Using the debugger I can see that the database is successfully being passed from Page 1 to page 2, but when I proceed to Page 3 I lose all the Page 1 data. Subsequently if I proceed to Page 4, all I have is the Page 3 data.
So it seems that the session data is only passed from one page to the next... but no further "page hops" are ever stored.
Has anyone encountered this, and is there a fix?
Thanks,
Brendan
This topic is locked and no more replies can be posted.