Forums

Filling forms on the two subsites

mastek 02 Apr, 2013
Hi,

Is it possible to start filling the form on the home page and finish it in another page?

Example -> http://www.carnet.com.pl/en/

Thanks for your answers
Paul
GreyHead 03 Apr, 2013
Hi Paul,

Yes, that should be no problem, you can have the On Submit event of the first form with a Show Form action pointing to the second form.

Bob
mastek 04 Apr, 2013
Hi Bob, thanks for the reply.

It's that simple?
The data will be stored and inserted in the second form?

Paul,
GreyHead 04 Apr, 2013
Hi Paul,

To pass the data add a Data to Session action in the On Submit event of the first form and set a Session Key. Then add a Session to Data action in the ON Load event of the second form with the same session key. Repeat as required for further stages.

Provided that the input names are identical and Republish is set to Yes in the Show HTML action (it is by default) then the inputs will be populated.

Bob
This topic is locked and no more replies can be posted.