[thelist] Multilple forms to one result

.redstar. redstar at clix.pt
Wed Jun 28 20:57:40 CDT 2000


Have only one asp file that serves the four forms in sequence.
This is easily construed by having a set of if then else clauses that test
for something like
If Request.form("submit") = "form1" then
....
....
Else If Request.Form("submit") = "form2" then
...
etc.
this way you can build up the email content and send it of on the final
submit.

.redstar.





More information about the thelist mailing list