stefanbecker
Forum Replies Created
-
Hi @icegram,
thanks a lot for your great support!
I tested your update and the discribed issue is fixed now. If I subscribe for three groups with the same email adress I just get three confirmations now. This is fine.
Unfortunately something else is confusing now. If you click on the confirmation link (double opt in) in one of the emails this confirms all three subscriptions. The two other confirmation links are running into a “already confirmed” message.
It looks like that the combination of email and group not just has to be used at the email sending procedure but also in the confirmation link procedure.
Stefan
Hi @icegram,
No, I don’t use the Email Subscribers-Group selector plugin.
I have several pages and they have there own area where you can register for subscriptions.
For that I added the es_subbox to my page code:
<?php es_subbox( $namefield = “YES”, $desc = “”, $group = “Groupname” ); ?>“Groupname” is different in all of my pages. So the users register for different groups. This works great. The only thing is that they get more and more confirmations if they don’t finalize them inbetween.
Stefan
Hi @icegram,
no. I just use Email subscribers.
I added your regular subscription form to different pages and used different group names in their definitions. This works fine (except the multiple mails) and fits perfect to my requirements.I took look inside the sql queries and think that the filter on group name is missing in the query which selects the mail adresses.
It’s in es_view_subscriber_one(), isn’t it?Thanks for helping!
Stefan