C
Clark
OK, I did this work-around to give people a total for the things they are
signing up for without using Javascript or custom ASP. Interested in any gotchas
you see.
What I did: On submitting the signup form, you are directed to a confirmation
page where you are presented with what you signed up for and the total due that
come from querying the database.
To get that information on the confirmation page, I used the DRW to bring up
the last record in the database (since that would be the one they just
submitted). Reason I did it that way is I didnt know how to pass information
about them from the signup form to the DRW. I was really not sure if the server
would serve up the record that was just now entered, or the one that was the
previous last record
It seems to work. The only potential snag I can think of is if someone else
entered their data between the time you entered yours and your confirmation page
came up, in which case the last record would be theirs, not yours. Small
probability.
You can see this and try it at:
http://www.homepagedoctor.com/marshallreunion/eventregistration.asp
What do you think?
Clark
signing up for without using Javascript or custom ASP. Interested in any gotchas
you see.
What I did: On submitting the signup form, you are directed to a confirmation
page where you are presented with what you signed up for and the total due that
come from querying the database.
To get that information on the confirmation page, I used the DRW to bring up
the last record in the database (since that would be the one they just
submitted). Reason I did it that way is I didnt know how to pass information
about them from the signup form to the DRW. I was really not sure if the server
would serve up the record that was just now entered, or the one that was the
previous last record
It seems to work. The only potential snag I can think of is if someone else
entered their data between the time you entered yours and your confirmation page
came up, in which case the last record would be theirs, not yours. Small
probability.
You can see this and try it at:
http://www.homepagedoctor.com/marshallreunion/eventregistration.asp
What do you think?
Clark