Open Hendrejvr opened 4 years ago
Hi
Firstly, thank you for the plugin.
How do you guys handle the GDPR fields? In the form builder it looks like this: `
</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, })
addToMailchimp(email, { //FNAME: "", //LNAME: "", "gdpr[42537]": gdprResponse, })
we aren't handling it. sorry! would love if you wanted to help solve it and open a PR!
Sure, I can do that. Let me check
I have fixed it locally for me, so you can take your time reviewing it
Hi
Firstly, thank you for the plugin.
How do you guys handle the GDPR fields? In the form builder it looks like this: `