Form Results are stored elsewhere?

Permalink
How can I permanently delete them from server? When I reach a large number of form results, I can get around the "fatal error" when trying to export them by upping the memory limit in the php.ini file from 16m to 32m to 64m to 128m and so on. I don't care to up the limit anymore. Even if I delete the form from the site and then follow up with deleting the "unused form", the form results are still stored somewhere. Could someone be so kind to inform me where the forms are stored on my server and how to delete them for good. Thank you in advance. CONCRETE5 DEVELOPERS ROCK!

 
Brainakazariua replied on at Permalink Reply
Brainakazariua
In your database there is a table for it. something called Survey something.
Delete all lines from it to clean it up permanently.
MattWaters replied on at Permalink Reply
MattWaters
check out the btFormAnswers table in your database.
LucasRichards replied on at Permalink Reply
Thank you for the quick reply guys. I'm sorry, I'm not tracking you. Is the btformanswers file in the back office of my site or on my server in the public_html files? Either way, I'm still pretty green at this, could you tell me how to get there? Thank you.
Brainakazariua replied on at Permalink Reply
Brainakazariua
It's in the database.
You need either phpmyadmin to get to it or have a mysql admin.

another option is to install this add-on:http://www.concrete5.org/marketplace/addons/database-manager/...
You can then access your database and tables through the dashboard