form validation, form action and server redirect
Hello all,
I'm building a multiple steps insert form.
The form is split in 2 pages.
In page 1 the first form collects user data.
In page 2 the second form collects user products data.
In page 3 I display all collected data and submit it to database and send it by email.
The problem is between page 1 and page 2:
in page 1 I have the form with user data and WA server validation; then I added the WA Server Redirect SB to go to step 2.
In page 2 I would like to get all post variables from page 1 and save them to session variables. But using the server redirect sb on page 1 will not pass any post variable (I checked the "pass original query strings" checkbox on Server Redirect SB).
I tried to remove the Server Redirect SB and use the form action to go to page 2, but this way validation is not applied at all.
How can I solve this?
TIA
tony


