Hi, I have a script that I use to collect "Sales Leads". A user would fill out a Web Form and the data would be sent to a MySQL database and at the same time to an email address. I, as the admin, can access that webform, modify, update and delete it if I want to. This is a CGI type of script. Here's my challenge:
I want to be able to allow the submitter of the form to be able to edit his/her own submission. I'm guessing, I will need a "User Login" and "Password" field in that form, but I'm not sure. Any help would be greatly appreciated. I'm a quick learner, so if you can steer me in the right direction, I can pretty much move right along.
Thank you all for your help.