Question
Creating a Multiple Page Registration Form
I'm not quite sure how to go about creating a registration
page that is multiple pages long. How I would like it to work would
be like this:
Go to the first registration page (page A) and fill out "information A." Click next to "page B" and fill out "information B." Click next, ect ect... until you have finished the registration process. Information from page A,B,ect... would then combine to create a completed user registration.
I'm working with ASP.NET/Access and was planning on using an Autonumber to make each user unique. However, if I understand correctly, an autonumber would be created each time the user hits "next." So "Information A" and "Information B" would create two different autonumbers, rather than sharing one together.
How do you go about connecting all the registration pages so they share one unique autonumber? I'm assuming (and hoping) that there is a way to do this in Dreamweaver.
Thanks in advance.
Go to the first registration page (page A) and fill out "information A." Click next to "page B" and fill out "information B." Click next, ect ect... until you have finished the registration process. Information from page A,B,ect... would then combine to create a completed user registration.
I'm working with ASP.NET/Access and was planning on using an Autonumber to make each user unique. However, if I understand correctly, an autonumber would be created each time the user hits "next." So "Information A" and "Information B" would create two different autonumbers, rather than sharing one together.
How do you go about connecting all the registration pages so they share one unique autonumber? I'm assuming (and hoping) that there is a way to do this in Dreamweaver.
Thanks in advance.
