This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 2
Disabling Entries
Started 16 years ago by Jean-Philippe | 2 posts |
-
Hello,
Is there a way that i can disabling entries.I dont want to keep them into my admin panel. I already send the form to an email so i dont need to keep them.
Thanks
Posted 16 years ago # -
Are you sure you want to do that?
If so, edit your includes/post-functions.php file, on line 1003 you'll find these:
do_query($query); $record_insert_id = mysql_insert_id();
remove the first line above and your submission won't be saved to your database.MachForm Founder
Posted 16 years ago #
Reply
You must log in to post.