Hello have a system where users has to submita form. Now this form is stored in the database and when I log in can view each subkitted form details. Now In those form I want to add some more fields and resubmit it. So how can I add those additional data into that submitted form,. Any help will be greatly appreciated.
You have to know some basic SQL to fetch the rows from the table and then display in the form. The page below might help: Updating Records