inqii
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Sorting into Groups won't workYes, email went out.
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Sorting into Groups won't workForum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Sorting into Groups won't workI tried it before, but even with the tag before groupings it doesnt work..
People still get sorted into the emaillist, but not into the right group that is checked.Thats the code now:
function myprefix_show_interest_groupings() { ?> <h4>Choose the groups to subscribe to..</h4> <p> <label>Aufteilung</label> <label> <input name="mc4wp-GROUPINGS[4553][]" type="checkbox" value="14125" checked> <span>Gruppe A</span> </label> <label> <input name="mc4wp-GROUPINGS[4553][]" type="checkbox" value="14129" checked> <span>Gruppe B</span> </label> <label> <input name="mc4wp-GROUPINGS[4553][]" type="checkbox" value="14133"> <span>Gruppe C</span> </label> </p> <?php } add_action( 'comment_form', 'myprefix_show_interest_groupings', 11 );Thanks for the support
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Sorting into Groups won't workSure, thanks for coming back to me.
This here is the snippet I included in the functions.php :
function myprefix_show_interest_groupings() { ?> <h4>Choose the groups to subscribe to..</h4> <p> <label>Aufteilung</label> <label> <input name="GROUPINGS[4553][]" type="checkbox" value="14125" checked> <span>Gruppe A</span> </label> <label> <input name="GROUPINGS[4553][]" type="checkbox" value="14129" checked> <span>Gruppe B</span> </label> <label> <input name="GROUPINGS[4553][]" type="checkbox" value="14133"> <span>Gruppe C</span> </label> </p> <?php }Here is a example Blogpost, where you can see the form: http://erac.achernar.uberspace.de/etiquette-tips-for-travellers/
Filling out the form puts people into the list, but not into the groups. I hope you can help out.
Greetings,
Daniel
Viewing 4 replies - 1 through 4 (of 4 total)