|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Form - Help needed....
I'm currently developing a website in which i want a have a simple survery. The survey will run for three pages. [survery1.htm,survery2.htm,survery3.htm]
I guess i have to use forms to do this, but don't know how??? How do i maintain the user input details in the survery1.htm and carry it forward to the successive pages while getting the survery2.htm ?? In simple terms, How do i pass the user input details from one page to other page and finally forward them to an email address? I would very much appreciate if someone can send me a model or where i can get one. |
|
#2
|
|||
|
|||
|
You can pass the information via html, but you will have to use asp to handle the information on the following pages.
|
|
#3
|
|||
|
|||
|
|
|
#4
|
|||
|
|||
|
The most straightforward way of doing this IMHO
would be to post the ressults of your first form to the next page and include the values as hidden values. You can then post the hidden values along with the values from your subsequant form to subsequant pages (sorry if that sounds complex.) You'll have to have all your forms as asp pages to do this, not html. hope this is of some help M3ckon |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ASP Programming > Form - Help needed.... |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|