Dec 26th, 2010, 10:26 AM
Yeah - this is one of those nagging little things that are hard to resolve.
Funnily enough, I had the same objection to the submission ID - it would end up getting out of whack between my testing environments, so I ended up writing a simple little module to allow resetting/changing the next submission ID counter - including emptying the data & resetting to zero.
http://modules.formtools.org/submission_...wnload.php
For the form ID, you'll need to run a "TRUNCATE ft_form_X" SQL query on your table to completely reset the form ID. However, that will empty all the data out of it too.
All the best -
Ben
Funnily enough, I had the same objection to the submission ID - it would end up getting out of whack between my testing environments, so I ended up writing a simple little module to allow resetting/changing the next submission ID counter - including emptying the data & resetting to zero.
http://modules.formtools.org/submission_...wnload.php
For the form ID, you'll need to run a "TRUNCATE ft_form_X" SQL query on your table to completely reset the form ID. However, that will empty all the data out of it too.
All the best -
Ben