Hello @digitaluppt,
I trust you’re doing well!
I’m afraid this is not possible out of the box. An option to add a Mailchimp tag requires a lot of custom coding. Although our developers have created a custom mu-plugin that you can try.
Please download the mu-plugin from here. Uncompress the forminator-add-mailchimp-tags.php file and edit it with a text editor, and set the field id that holds the email in this line:
public $email_field = 'email-1';
Upload this file to /wp-content/mu-plugins/
directory. If /mu-plugins/ doesn’t exist, please feel free to create it.
A new submenu under your Forminator’s admin menu will be added, labeled Add MailChimp Tags, that will show an option to choose a form that is integrated with Mailchimp.
It will show a list with available TAGS set for that form. Clicking on one of those tags will automatically start adding the selected tag to all entry’s emails via ajax.
Hope this helps!
Kind regards,
Nastia