Postponed (maintainer needs more info)
Project:
Webform Simplenews Component
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
26 Oct 2010 at 15:59 UTC
Updated:
25 Sep 2012 at 01:06 UTC
Jump to comment: Most recent
Comments
Comment #1
pcambraI see what you want, and it would be very handful but now that the module supports multiple newsletter suscribe at once, I'm not really sure if this fits at UI level.
This feature would consist of adding a "Expose option to the user" checkbox under the action setting of suscribe/unsuscribe, and therefore, if the user has been already subscribed, his/her default option in the render would be populated.
But how could be the UI if multiple newsletters are present? I'm not sure if it makes sense, any UI help is much appreciated.
Comment #2
conny vercruysse commentedComment #3
heine commentedRestoring title
Comment #4
johnshih commentedHi pcambra,
I'm also looking for this feature as well. So the user can uncheck the check box if they do not wish to subscribe to our newsletter.
Therefore since the user did not check the check box, no suscribe/unsuscribe action need to be taken.
Will this still have a UI issue?
Comment #5
johnshih commentedI've got this to work.
First I follow the instruction by Wallack #757318: checkbox option post #20, which create a subscribe checkbox even only one newsletter is available.
However, I found out that even when checkbox is not checked, it'll still send subscribe email to user.
Therefore I follow the instruction by Syg #1116574: Checking no newsletter will subscribe to all which fixed this bug.
So by doing this I create a checkbox ability for user to choose whether to subscribe or not.
Comment #6
Anonymous (not verified) commentedIs this fix still in patch form? I'm looking for this exact feature.
Subscribing.
Comment #7
lena ng commentedI'm using D7. Syg solution works for subscribing. However, when it comes to unsubscribing, if there is only one newsletter (and therefore doesn't make sense having a checkbox on the unsubscription form), Syg solution doesn't unsubscribe or send an email asking for the user confirmation on unsubscription .
I have adjusted the code as follow, which worked for me in this situation.
I also leave the "Allow individual selection of newsletters " remained unchecked.
Comment #8
snlnz commentedHi Guys,
Just to further clarify things about this feature request.
We have competition forms also that attach a subscription to simplenews. Currently when this component is enabled, you have to manually enter an email into a text field. We would like the component to reference the existing email field webform componant or (something like this) for subscription and place a tickbox inline instead of the default text field.
Is this the common issue?
If so; Re: #7 @lena ng
Could you roll a patch out of your changes so it can be tested perhaps?
Thanks!