Hi Support
We were wondering if we can use Toolset User Forms to subscribe users automatically to MailChimp.
When we open a User record in the WP Admin, there is a field at the very bottom of the screen "MailChimp > User Subscribed".
As far as I can tell, when the box is checked, it adds the following to the wp_usermeta user record:
meta_key = mailchimp_woocommerce_is_subscribed
meta_value = 1
Ideally, we would like to check this box automatically when the user is created. Is this possible using Toolset?
All our users are created using Toolset User Forms, either:
- User Form - New Native Nanny User (ID: 1242)
- User Form - New Family User (ID: 1308)
Thanks and kind regards
Simon
Hello,
You can Toolset user form to update other custom user fields, for example:
Dashboard-> Toolset-> User Forms, click button "Manage non-Toolset User Fields", find and enable the field "mailchimp_woocommerce_is_subscribed"
Then put it into your user forms, and you can use custom CSS codes to hide it in frontend.
My issue is resolved now. Thank you!