• Resolved yoga8sam

    (@yoga8sam)


    Hi,

    I have the same problem like some guys with wp events manager multibooking. I have set up the mailchimp list and added to checkout page the following code as you describe:

    <label>
    <input type=”checkbox” name=”mc4wp-subscribe” value=”53dfee6f27″ />
    Sign-up to our newsletter.
    </label>

    But there is no subcription in mailchimp found. Also nothing is logged. Can you please help me to fix the problem.

    The page I need help with: [log in to see the link]

Viewing 12 replies - 1 through 12 (of 12 total)
  • 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/

    Thread Starter yoga8sam

    (@yoga8sam)

    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

    Thread Starter yoga8sam

    (@yoga8sam)

    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.

    Thread Starter yoga8sam

    (@yoga8sam)

    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?

    Thread Starter yoga8sam

    (@yoga8sam)

    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!

    Thread Starter yoga8sam

    (@yoga8sam)

    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.

    Thread Starter yoga8sam

    (@yoga8sam)

    sorry, I forgot that I had checked double-opt-in. Now it works. Thanks a lot for your help.

    Plugin Contributor Lap

    (@lapzor)

    Awesome!

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘[NSFW] wp events manager multibooking mode does not work’ is closed to new replies.