Probably code change would help. Do you have thoughts how and where to apply them?
You should buy paid version to use mailchimp tags.
But there is always a way.
If you go to functions.php line 309-313 and change this part:
{ "email_address": "'.$email.'",
"status": "'.$mce_csu.'",
"tags": ["YOURTAGNAME"],
"merge_fields":{ '.$cad_mergefields.' }
}
This will add tag to ANY new subscriber, but be sure this tag is created in mailchimp list with exact name.
If you want only specified contact form to add tag, you have do edit code with checks.
Hi, problem could be because of staging using privacy or dev mode. Try setting up production (live), but make sure it’s not in privacy or dev mode.