Hi everybody,
I'm trying to setup a preview page in order to let users review their data before submitting a multipage form (I'm using the new beta).
Since GF does not support form preview I'm thinking about doing as follows:
- adding a final form page containing an html block;
- put into the block a function displaying the values of the forms filled in by the user.
Two questions in order to verify if it can be done:
- are the values passed between form pages stored in session variables that can be printed out?
- can be php code put into a html block in order to display (formatting them) the sessionv variables?
Thanks in advance. luca