Hi there
I have two lists ie. daily and weekly newsletter. Upon registration, I would like to allow new users to select which newsletter(s) they will receive.
I’ve looked at both WP Users and the BuddyPress add-ons but neither of these seem to offer this as an option.
I’ve tried adding – <label><input type=”checkbox” name=”newsletter”> Subscribe to newsletter</label> to my regisration form and this works (insofar as adding the user as a subscriber, but doesn’t subscribe them to either list).
I also tried adding
<label for=”nl3″><input type=”checkbox” id=”nl3″ name=”nl[]” value=”1″> daily digest</label></div>
<label for=”nl4″><input type=”checkbox” id=”nl4″ name=”nl[]” value=”2″> weekly</label>
… to my registration form which displays the check boxes but unfortunately the data doesn’t seem to get saved.
Any suggestions would be much appreciated. The plugin itself looks great… I just need to get this part working.
With many thanks in advance.