Saving user information
I need help.
I have created a website that allows outdoor sales reps to register and then log in to their account.
The site will be used to allow outdoor sales reps the ability to log into there account and fill out a customer lead form then save it as one of their leads. After it has been submitted the outdoor sales rep can keep track of all the forms that they have saved.
I tried to use the insert record wizard to to let the outdoor sales rep fill out a customer lead form and save it in a PHP/MySQL database. I was hoping that the sales rep could save then view multiple forms. The problem is that I can only use the wizard as a one time registration form and not as a way to allow a single user the ability to insert multiple records of the same form and then view all forms that have been saved.
