You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How do you guys handle the GDPR fields? In the form builder it looks like this: <fieldset class="mc_fieldset gdprRequired mc-field-group" name="interestgroup_field"> <label class="checkbox subfield" for="gdpr_42537"><input type="checkbox" id="gdpr_42537" name="gdpr[42537]" value="Y" class="av-checkbox gdpr"><span>Email</span> </label> </fieldset>
Am I just missing something? Because at the moment it doesn't seem to be working
I am currently hard coding it like so (where gdprResponse is currently just "Y"): addToMailchimp(email, { //FNAME: "", //LNAME: "", "gdpr[42537]": gdprResponse, })
The text was updated successfully, but these errors were encountered:
Hi
Firstly, thank you for the plugin.
How do you guys handle the GDPR fields? In the form builder it looks like this:
<fieldset class="mc_fieldset gdprRequired mc-field-group" name="interestgroup_field"> <label class="checkbox subfield" for="gdpr_42537"><input type="checkbox" id="gdpr_42537" name="gdpr[42537]" value="Y" class="av-checkbox gdpr"><span>Email</span> </label> </fieldset>
Am I just missing something? Because at the moment it doesn't seem to be working
I am currently hard coding it like so (where gdprResponse is currently just "Y"):
addToMailchimp(email, { //FNAME: "", //LNAME: "", "gdpr[42537]": gdprResponse, })
The text was updated successfully, but these errors were encountered: