On my website, I use this shortcode for a sign up form:
[newsletter_form lists="3"]
If the user signs up to the displayed form, they will be added to newsletter list 3, as expected.
When I go to Newsletter > Subscribers, I can see list 3 next to their name.
However, I can also use locked content for the sign up form:
[newsletter_lock lists=”3″]
Here is the hidden content
[/newsletter_lock]
If the user signs up to the displayed form, they won’t be added to newsletter list 3.
When I go to Newsletter > Subscribers, their name is visible, but the list is not next to it.
It I click on the edit button next to their name and then click on lists, the list entry is unchecked.
How can I fix it, so users are automatically added to a list when signing up via locked content?