Closed (fixed)
Project:
Webform
Version:
6.x-3.15
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
1 Mar 2012 at 23:01 UTC
Updated:
6 Aug 2012 at 12:02 UTC
Hello,
I'm looking for a way to remove a user who has successfully subscribe through a webform that I built either through creating another form or adding a checkbox which will allow the user to unsubscribe (which I don't know what action to call). Any help appreciated.
Jon
Comments
Comment #1
quicksketchI don't really know what to suggest here, because I don't know exactly what users are subscribing to. Are you using a module like http://drupal.org/project/webform_simplenews to do the subscriptions? This might be better answered by the providing module.
Comment #2
jjma commentedThanks but I've used rules to unsubscribe people from our notification service.
Jon
Comment #3
quicksketchSuper.
Comment #5
finkdb commentedjjma,
Can you share how you used Rules to unsubscribe someone that previously subscribed via a Webform? I'm trying to do the same thing, but I haven't been successful.
Thanks.
Comment #6
jjma commentedMy solution does not remove the user from the user table but removes the role that subscribed emails go to. Not the best but I couldn't figure out how to remove the user completely from the user table. Could post the rule if you like.
Jon
Comment #7
finkdb commentedjjma,
So if I understand correctly, when anonymous users registered on your site, they also had to establish a username, password, and email so that I new user account could be created for them. Correct?
I'm only having the anonymous users register via email address, so I can't create an account for them because I'm not asking them to establish a password.
Dave