Hi, the subscribers can choose zero, one or more mailing lists, not only one. The list selection is made with checkboxes.
About getting list subscription from another forms, you can use some plugin hooks/functions to do it. Here some samples where you see the plugin functions:
http://www.eventualo.net/blog/easymail-newsletter-for-developers/#tutorial-addfromexternalforms
http://www.eventualo.net/blog/2012/09/how-to-add-a-country-dropdown-in-form-and-subscribe-to-a-related-mailing-list/
https://wordpress.org/support/topic/shortcode-not-supported/
Thread Starter
Marcin
(@k0n0pka)
Hey, thanks for reply.
I’m thinking about situation when user subscribed list number one and for example day after, back to site with other popup and then SAME EMAIL subscribing other mailing list.
How I can get actual id’s of subscribed list by user?
$subscriber->cf_cl will return list of subscribed lists by user?
You get the lists of a subscriber by email address:
$subscr_id = alo_em_is_subscriber( $email );
$lists = alo_em_get_user_mailinglists ( $subscr_id );