Plugin Contributor
Lap
(@lapzor)
Can you change it to <input type=”hidden” name=”mc4wp-subscribe” value=”1″ />
And set the list under MailChimp for WP > Integrations > Custom, and see if that way of integrating works?
Thanks for letting me know.
Plugin Contributor
Lap
(@lapzor)
Of course instead of a hidden field it can still also be a checkbox: https://kb.mc4wp.com/add-sign-checkbox-custom-form/
Hi,
I have changed the input-type to hidden. Then in the log file the following error message appears:
[2020-09-15 15:06:19] INFO: Form 13747 > Submitted with errors: spam
Hi again,
now I have changed the second apostrophe including the value. No error occurs n the log file. But no subcriber is added as with input-type checkbox.
That is the string that I have entered to wp events manager -> settings -> consent
Ich habe die AGBs zur Kenntnis genommen und stimme zu, dass meine Daten gemäß der Datenschutzerklärung verarbeitet werden.</br></br> <label> <input type=”hidden” name=”mc4wp-subscribe” value=”53dfee6f27″ /> Newsletter bestellen </label>
Plugin Contributor
Lap
(@lapzor)
Can you set the log to “log everything” and test again with a new / fresh and real email. Does anything show up in the log?
Thanks for letting me know.
Hi Lap,
I have set the log to log everything and have tested again with a new/fresh and real email. Nothing appears in the log-file and no user is added to mailchimp.
Plugin Contributor
Lap
(@lapzor)
Where should I click to end up on the checkout page so I can inspct the code of the hidden field?
You should click on button “Buchen” then you are transfered to checkout page.
Plugin Contributor
Lap
(@lapzor)
On the checkout page I see this:
<input type="checkbox" name="mc4wp-subscribe" value="53dfee6f27">
can you change that to this:
<input type="checkbox" name="mc4wp-subscribe" value="1">
and select the list under MailChimp for Wp > Integrations > Custom.
Hope that helps. If you have any questions, please let me know!
thanks for the hint. I have selected the list in custom integration and changed the value to one. Now in the logfile
[2020-09-17 20:52:58] INFO: Custom > Successfully subscribed diss**@gm*.de
But again when I login to mailchimp I do not find no subscriber diss**@gm*.de is added to the list.
sorry, I forgot that I had checked double-opt-in. Now it works. Thanks a lot for your help.