Delete the data - jacob - Mar 29th, 2015
I have created a form and it is working successfully. There is a field called id and field type is submission id, i have already made some test data. I have deleted all the data from the form, but whenever i make a new submission, it is continuing from the old submission id. could anyone please help me.
thank you
RE: Delete the data - garof - Mar 29th, 2015
You could have a look at the "Submission ID manager" extension (http://modules.formtools.org/submission_id_manager/).
Alternatively, I have noticed that exporting, deleting and then re-importing a database will do the trick. However, the auto-incremented field (submission_id) will start from that of the last data entry. You can do that easily by using any tool such as PHPMyAdmin to connect to MySQL and manipulate your database.
(Mar 29th, 2015, 10:10 PM)jacob Wrote: I have created a form and it is working successfully. There is a field called id and field type is submission id, i have already made some test data. I have deleted all the data from the form, but whenever i make a new submission, it is continuing from the old submission id. could anyone please help me.
thank you
|