Hi Brandon,
Thank you, there is lots of code but I suppose this is the only code I should insert in the hidden fields field, right?
<div class="mc-field-group input-group">
<ul><li><input type="checkbox" value="1" name="group[17673][1]" id="mce-group[17673]-17673-0"><label for="mce-group[17673]-17673-0">RSS Daily</label></li>
</ul>
</div>
<div class="mc-field-group input-group">
<ul><li><input type="checkbox" value="2" name="group[17677][2]" id="mce-group[17677]-17677-0"><label for="mce-group[17677]-17677-0">RSS Weekly</label></li>
</ul>
</div>
<div class="mc-field-group input-group">
<ul><li><input type="checkbox" value="4" name="group[17685][4]" id="mce-group[17685]-17685-0"><label for="mce-group[17685]-17685-0">Newsletter</label></li>
</ul>
</div>
As you know, is there a way to make one group checked by default? Because if they forget to check one, they won’t be subscribed to anything.
Thanks.