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!
check out the btFormAnswers table in your database.
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.
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
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
Delete all lines from it to clean it up permanently.