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

quicksketch’s picture

I 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.

jjma’s picture

Title: Remove(unsubscribe) a user who has previously submitted a webform » Problem solved.

Thanks but I've used rules to unsubscribe people from our notification service.

Jon

quicksketch’s picture

Title: Problem solved. » Remove (unsubscribe) a user who has previously submitted a webform
Status: Active » Fixed

Super.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

finkdb’s picture

jjma,

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.

jjma’s picture

My 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

finkdb’s picture

jjma,

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