Closed (won't fix)
Project:
Webform
Version:
6.x-3.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
22 Jan 2011 at 07:08 UTC
Updated:
17 Apr 2012 at 18:39 UTC
i want to delete about 80% of the results, going through one by one is tedious...is there functionality to either
view the source table, or download and re-upload the table?
otherwise might be nice to have a 'remove' checkbox by each entry as is common with other modules.
otherwise super module, thanks!
Comments
Comment #1
quicksketchThere's not built-in system for this, though you can remove submissions directly through SQL:
Comment #2
petergus commentedthanks!
how bout the ability to reupload the table....
sorry if this way over my legue, im no sql user, but seems it could be a cool feature to be able to add to a webforms results from the backend.
Comment #3
petergus commentedchange to feature request ;)
Comment #4
quicksketchWe definitely won't be adding any such feature, though I've seen some modules provide this functionality for Webform. See http://drupal.org/project/webform_import
Comment #5
ngreenup commentedWhat about mass deleting entries from only one webform? I guess I am looking for restricting the provided SQL to a specific webform nid.
Comment #6
vernond commentedYou shouldn't be posting to closed issues, it's better to open a new one.
To answer your query in any case, to delete some submissions for a particular form you could use
To delete all submissions for a particular Webform you could go to the Results tab and click Clear.