Interest groups at checkout not working
-
Hi Guys
I tried adding some code for a custom integration on checkout so users can select a group in Mailchimp but its not adding them to the groups.
here is the code im using:
<!– Subscription Checkbox –>
<p class=”mc4wp-checkbox mc4wp-checkbox-woocommerce”>
<label>
<?php //<input type=”checkbox” name=”_mc4wp_subscribe_woocommerce” value=”1″> ?><span><input type=”checkbox” name=”mc4wp-subscribe” value=”1″ /> I am interested in receiving tips on improving collaboration in my office or school or I want to stay up to date on modern design trends.
</span>
</label>
</p><!– Interest Groups –>
<p class=”form-row form-row ” id=”_mc4wp_subscribe_woocommerce_checkout_field”>
<span>What would you like to hear more on? You can unsubscribe at any time. Choose what type of news you would like to receive below.</span><br /><select id = “myList”>
<option name=”mc4wp-INTERESTS[b92826806c][]” value=”471c05a135″>Business</option>
<option name=”mc4wp-INTERESTS[b92826806c][]” value=”0e440ad04f”>Education</option>
<option name=”mc4wp-INTERESTS[b92826806c][]” value=”2af71706ba”>Designers & Contractors</option>
<option name=”mc4wp-INTERESTS[b92826806c][]” value=”83b2914c8c”>Other</option>
</select></p>
Thanks
John
- The topic ‘Interest groups at checkout not working’ is closed to new replies.