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?
@hchouhan I have checked but the log says: — Nothing here. Which means there are no errors!
Hey @hype123,
Can you please share a screenshot of the custom integrations page settings in our plugin?
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.
@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.
@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.