Rafael said:
I'd like to know how to integrage MailChimp with cFormsII as well. Does anyone know how to do that?
1. Download the AutoChimp plugin, which integrates your WordPress user database with your MailChimp account.
2. Create a regular cForms form, turn on unique IDs for form inputs.
3. Add fields with the ids user_login and user_email. Optionally, you can install the Cimy extra user fields plugin if you want users to be able to create their own passwords or add other info, then, add the extra field IDs as new cForms fields.
4. Duplicate this cForms form, and make all the fields hidden fields.
5. Enable the alternative form action for the 2nd form that you created in step 3. Point it to the WordPress registration URL (http://yoursite.com/…..n=register)
6. Go back to form #1 and enable multi-part form support. Point it to form #2 as the next form in the sequence.
7. Go to form #2 and enable multi-part support, and set the form as the last one in the sequence. Disable database tracking and admin email for this form.
If you did it all correctly, here's what will happen when someone fills out the form:
- You will get a standard cForms email with the user input.
- You will have a new subscriber added to your WP database
- That will in turn automatically update your MailChimp subscriber database