I was trying to do some account cleanup and noticed that the webform submissions were left.

Comments

vernond’s picture

If I understand you correctly, submitted Webform data is not Drupal content, so it won't be deleted when you remove the user.

drewish’s picture

Well if it's owned by a user (besides anon) it should honor the admin's user cancelation choice and un-publish, delete, reassigning, etc.

quicksketch’s picture

Hm interesting. I wouldn't think that a user deleting their account would necessarily revoke their submissions. Poll module oddly only handles the "reassign" case but not the delete case: http://api.drupal.org/api/drupal/modules%21poll%21poll.module/function/p...

DanChadwick’s picture

Version: 7.x-3.x-dev » 7.x-4.x-dev
Category: Task » Feature request
Issue summary: View changes
Status: Active » Closed (won't fix)

I think this is a reasonable request (delete or reassign), but I also think there are use cases where you wouldn't want this, for example to retain accurate statistics. So you might want a different choice (global? Per node?) for webform. Given the inactivity, I'm closing this. Feel free to re-open with a patch if the need persists. -4.x branch only.