Apr 1st, 2009, 7:04 AM
Form Tools is working great! I've been using it in production for a little longer than a week now. I really like the reCAPTCHA API that is challenging bot submissions. The addition of reCAPTCHA seems to seems to have eliminate automated spam submissions!
I was poking around in the "ft_form_1" database table with phpMyAdmin and saw nearly 100 submissions with the "is_finalized" field set to "no". That's a good thing since they are obviously spam submissions that failed reCAPTCHA.
My challenge is that none of these show up in the Forms / Submissions / View administration pages. How do I display form submissions with "is_finalized" set to "no" in the administration pages? I would like to clean up the database periodically by deleting the offending submissions either manually or with a script. Is a database cleanup script also possible with Form Tools?
I was poking around in the "ft_form_1" database table with phpMyAdmin and saw nearly 100 submissions with the "is_finalized" field set to "no". That's a good thing since they are obviously spam submissions that failed reCAPTCHA.
My challenge is that none of these show up in the Forms / Submissions / View administration pages. How do I display form submissions with "is_finalized" set to "no" in the administration pages? I would like to clean up the database periodically by deleting the offending submissions either manually or with a script. Is a database cleanup script also possible with Form Tools?