Forums
This topic is locked
Form results page
Posted 10 Jun 2002 21:04:21
1
has voted
10 Jun 2002 21:04:21 Christian Volcko posted:
Okay heres my newb issue for the day.I have a form on one page. Whats the proper sequence to have the form after the proper selections go to a page that diplays the completed for before submitting. I have run through a few tuts and know that I am skipping over some stuff but this is the basic task i need to accomplish.
any help appreciated
christian
Replies
Replied 10 Jun 2002 22:42:19
10 Jun 2002 22:42:19 David Behan replied:
If I understand you correctly, all you have to do is:
<b>Page 1:</b> form1 that posts to form 2
<b>Page 2:</b> form2 that uses <% Response.Write Request.Form("name" %> and so on. Place these as hidden fields in form 2 and as displayed text os you do it twice. Submit button to confirm and another to try again. Confirm sends to page 3 and try again uses javascript back (so to keep the previously entered values that were cached).
<b>Page 3:</b> script that process the variables from the hidden fields in form 2 on page2. Display the user a thank you or confirmation message.
Hope that makes sense. Regards,
Dave
_________________________
David Behan - www.site-manager.com/af.asp?a=11&l=1tds9p6x2
<b>Page 1:</b> form1 that posts to form 2
<b>Page 2:</b> form2 that uses <% Response.Write Request.Form("name" %> and so on. Place these as hidden fields in form 2 and as displayed text os you do it twice. Submit button to confirm and another to try again. Confirm sends to page 3 and try again uses javascript back (so to keep the previously entered values that were cached).
<b>Page 3:</b> script that process the variables from the hidden fields in form 2 on page2. Display the user a thank you or confirmation message.
Hope that makes sense. Regards,
Dave
_________________________
David Behan - www.site-manager.com/af.asp?a=11&l=1tds9p6x2
Replied 11 Jun 2002 23:00:30
11 Jun 2002 23:00:30 Christian Volcko replied:
Hey,
Thank you for your response, I gives me something to chew on, Instead of my nails!
thanks again
christian
Thank you for your response, I gives me something to chew on, Instead of my nails!
thanks again
christian