Form Submission
Permalink1. ability to delete form submissions, reason being i built forms for registration for classes, after class is full form is taken down, and results are exported to excel, very nice BTW, now the trouble is i need to delete these results from site. There are 30-40 forms on site with around 30-40 users per form, so it is imperative i get this done.
2. A simple counter under "options" column will reviewing reports. For instance 1 class has 30 form submissions another 23 submissions, all viewable from reports overview. Would be a nice feature for sure.
I can implement or install code if someone can point me in right direction or if someone else needs these same functions i would be willing to help in anyway
brass – do you have a demo site or code? thanks!
As far as i can get is to delete answers from database using PHP my admin, just matching the timestamps up and dropping it.
The counter is going to be more intensive as i can get a counter to display but it counts over all submissions and not the submissions for the individual forms.
I would share the code but it doesn't work so i don't want someone to mess up their install.
Making sure the buttons offer no change to core files. Testing on latest release of C5 and the previous release.
Counter is working flawlessly, deletes should be along soon.
Going to try to put it in marketplace as i have had some outside help with this code.
Nice modifications. If these changes make it into the core - having a config constant do disable the "delete" button would be nice.
It's great to be able to remove form submissions for some projects but hiding data from the boss if the feedback wasn't that great isn't great (:
I need some people to help me test it out too
Hope this helps
1. delete individual form submissions?
2. form submission counter?
thanks for the great work!!!!
i can post the code i have currently if anyone can help