Forum
Mailchimp on Members Registration Form?
Is it possible to add Mailchimp to the Members App registration form?
The documentation suggests it is possible with Standard Forms but trying it on a Members form doesn't work for me. I thought I would check...
Yes, it should be fine. What are you trying?
I added perch_mailchimp to app attribute and along with double-optin="true" and send-welcome="true" to <perch:form> like so
I then entered some data and nothing eas stored in the admin area after submitting.
That looks like it should work.
If you turn on debug and submit the form, what does it output?
Nothing showing in the debug on the registration page. I tested again and the form does submit to the Members App but not the Mailchimp App.
Registration Code
Debug in Mailchimp App Area
Do you have any redirects happening on the form submission? You should get debug if you've added it to the page. Do you get the closing
</html>
tag?Worked out how to show the Debug on the Registration page... spot anything?
Before Submitting
After Submitting
Is the Mailchimp app in your
apps.php
?Yes it is.
I have it working!