Hello
I have three options in the variables option in actions: Viz
Variable
Request data
Session data
I want data to be available on the last page of my form. I am a bit confused about how to use it. Is there any examples available so that I can get help.
Thanks
Ronn
I have three options in the variables option in actions: Viz
Variable
Request data
Session data
I want data to be available on the last page of my form. I am a bit confused about how to use it. Is there any examples available so that I can get help.
Thanks
Ronn
Variables are set on the same form page
Request data are set for the whole form session, until form is submitted
Session data are set for the whole user session
So, if you are setting some variable at the first page and want it at the last page then the "Request data" are the best
Request data are set for the whole form session, until form is submitted
Session data are set for the whole user session
So, if you are setting some variable at the first page and want it at the last page then the "Request data" are the best
You need to login to be able to post a reply.