Mar 7th, 2010, 11:30 AM
Hey Dave,
Yeah - the API always reserves records for the form submissions, even those that don't get finished.
But here's an easy fix:
http://docs.formtools.org/api/?page=ft_a...ubmissions
That function deletes all old unfinalized submissions. You can just add it to your form page and it will always keep the database nice and clean.
Note: I strongly recommend omitting the second parameter (not setting it to true). The documentation page explains why.
All the best -
Ben
Yeah - the API always reserves records for the form submissions, even those that don't get finished.
But here's an easy fix:
http://docs.formtools.org/api/?page=ft_a...ubmissions
That function deletes all old unfinalized submissions. You can just add it to your form page and it will always keep the database nice and clean.
Note: I strongly recommend omitting the second parameter (not setting it to true). The documentation page explains why.
All the best -
Ben