Anonymize webform submissions
yan - May 15, 2009 - 16:34
| Project: | IP anonymize |
| Version: | 5.x-1.1 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
I'm not sure if this is a webform issue or an ip_anon issue, but it would be nice to anonymize webform submissions, too. At least for me, with the ip_anon module enanbled, webform submissions still safe (and keep) the user's IP.

#1
On the drupal 5 version there's no way for other modules to alter the set of tables and columns, because drupal 5 doesn't support http://api.drupal.org/api/function/drupal_alter
So the only way to add this table is to patch the module. if you submit the patch then I could commit it, given that it's probably a fairly popular module.
on drupal 6 you could submit a patch for the webform module to implement hook_ip_anon_alter().
#2
I went ahead and submitted a patch for the webform module at #469760: Implement hook_ip_anon_alter() Please review if you get a chance.