Greetings
I need a way to delete in bulk all the submissions that have not been confirmed by the users who have used the webform.
Why else would i need this module, unless it lets me to delete all non verified submissions, and collect only the real genuine data sent by real people.
Thanks in advance
Comments
Comment #2
purushotam.rai commentedHi @elvin,
Thanks for your suggestion, we will definately roll out this feature soon.
Comment #3
nitesh sethia commentedComment #4
nitesh sethia commentedHi @elvin,
What exactly should be added in the module? Do we want all the non verified submissions deleted automatically after some time(The time of deletion would be configurable) or we want this to be manual process?
Comment #5
elvin - albania drupal developerbasically there should be more options on how the module works.
I would use this module to verify webform submissions. if the user does not verify his email let say, his submission shouldnt count (in a case of a poll or something) so i should either delete the nonverified submissions manually or let drupal clean them after X hours.
best
Comment #6
nitesh sethia commentedSo will be following the Drupal cleanup way. Will be writing a cron that clears all the non verified submissions after X duration of time.
Comment #8
nitesh sethia commentedHi @elvin,
The new release of the module (http://ftp.drupal.org/files/projects/webform_confirmation-7.x-2.0.tar.gz) has a cron which automatically delete all the non Verified Submissions.
Also you have the option to delete all the non verified submissions manually.
Comment #9
nitesh sethia commented