I am developing a registration page for a website. The process is 4 steps, or 4 pages. The first page is going to have a video and a form to enter your name, number...... The second page is going to be a list of check boxes that are going to be checked according to the customers needs, essentially a survey. The the third page is going to be simillar to the first two in that we are going to gather information from the customer. The last page is going to be a page to enter in information to send to friends.
I have done some simple PHP stuff like contact forms. I am pretty confident I can do each one of these pages individually and have the information emailed to a particular email address, because I have done contact forms in the past. My problem is we want all the information to be collected throughout the pages, and then submitted all at once. The goal of this is not to register users or create logins, the goal is to gather information about clients or potential clients. Any suggestions on how to do this?
I have done some simple PHP stuff like contact forms. I am pretty confident I can do each one of these pages individually and have the information emailed to a particular email address, because I have done contact forms in the past. My problem is we want all the information to be collected throughout the pages, and then submitted all at once. The goal of this is not to register users or create logins, the goal is to gather information about clients or potential clients. Any suggestions on how to do this?