I installed the module, imported a list, and set it to be displayed on the register form.
What I see: I see a checkbox on the user registration form with no explanatory text.
What I expect to see: A form to subscribe to my mailing list.
If you check the box, the mailing list subscription information appears.
This could be solved by adding text to explain to check the box to see the mailing list subscription options, but if there is only one mailing list, it doesn't make a lot of sense to check a box to see the list, and then check a single list.
Comments
Comment #2
ptmkenny commentedI suggest simply deleting the States API logic and letting users override it (in a custom module with hook_form_alter()) if they so desire.
Comment #4
NewZeal commentedSuggestion implemented and in 8.x-1.0-beta6
Comment #5
NewZeal commented