Hi,
I'm trying to automatically send a Mailchimp subscriber to a specific Mailchimp group at signup but I can't seem to figure out how to set the input necessary to select the correct group to "checked" in BreezingForms.
My Mailchimp group is set up as radio buttons that will be hidden in the form and have two choices:
<div style="display:none;">
<input type="radio" value="67108864" name="group[71673]" id="mce-group[71673]-71673-0" checked=""><label for="mce-group[71673]-71673-0">North America</label>
<input type="radio" value="134217728" name="group[71673]" id="mce-group[71673]-71673-1"><label for="mce-group[71673]-71673-1">Central America</label>
</div>
I have two forms and I want one of them to have the North America option "checked" and the other form to have the Central America "checked".
I can get it to work when I use an embed (html code) form but I can't figure out how to set the inputs with BreezingForms.
Here's the Mailchimp documentation on how to automatically send a subscriber to a specific group at Signup:
mailchimp.com/help/automatically-add-sub...o-a-group-at-signup/
Thank you in advance for any hints or suggestions.