I want to create multi-form web pages and store the information in Session variables. There are not a lot of fields, about 15 at the most and about 1500-2000 users. My question is how do I go about doing this? On page one, if I have First Name, Last Name and Email filled out in the form what is the code to pass it along. Do I do it on the next button, do I have a separate form on each page and submit the information to the next form page or will these values just store in the Session variable without submission. Can you explain this to me in detail? Thanks.<BR>The information, I want to note, is going through an email not to a db.