• Resolved hype123

    (@hype123)


    Hello,

    I have inserted the Custom integration code into my registration page but new users aren’t being subscribed to Mailchimp.

    As far as I know Mailchimp is connecting with the website fine because you can subscribe through the footer option but it just won’t work on the registration page.

    Can anyone please help?

    Thanks

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

Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Contributor Harish Chouhan

    (@hchouhan)

    Hey @hype123,

    Thanks for reaching out to us.

    Can you please go to the “MC4WP > Others” menu and share with us any errors listed there?

    Thread Starter hype123

    (@hype123)

    @hchouhan I have checked but the log says: — Nothing here. Which means there are no errors!

    Plugin Contributor Harish Chouhan

    (@hchouhan)

    Hey @hype123,

    Can you please share a screenshot of the custom integrations page settings in our plugin?

    Thread Starter hype123

    (@hype123)

    Plugin Contributor Harish Chouhan

    (@hchouhan)

    Hey @hype123,

    Thanks for sharing that. I tested your form and noticed that the form is submitted using Ajax without page refresh. This could explain why the integration is not working. Our integration with 3rd part form can only work only if they use the WordPress method for form submission.

    Thread Starter hype123

    (@hype123)

    @hchouhan

    I have disabled the email verify option so that the page refreshers and takes you to the dashboard but it still doesn’t work?

    Is there anyway to get this to work?

    Thanks

    Plugin Contributor Lap

    (@lapzor)

    Hi,

    Actually it should be able to work with most Ajax solutions as well, as that extra checkbox is submitted to WordPress.

    Even when the page is refreshing it still seems to post the data via the same admin-post.php Ajax script and it is NOT including that checkbox in the post data. You would need to customize the JS code responsible for submitting that form via Ajax to include the MC4WP checkbox.

    View post on imgur.com

    Hope that helps. If you have any questions, please let me know!

    Plugin Contributor Lap

    (@lapzor)

    ps: you probably want to delete that test account shown in the screenshot as the screenschot exposes the account.

    Thread Starter hype123

    (@hype123)

    @lapzor
    Thank you for checking it out, do you know how to include the MC4WP checkbox in the JS code for Ajax?

    Plugin Contributor Lap

    (@lapzor)

    you would need to make code changes to whatever script is dealing with that Ajax submission.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Custom integration code not working’ is closed to new replies.