Hi,
Thank you very much for your support.
Unfortunately I cant share the link with you.
But I fixed the issue with a custom jQuery function.
If I assigned a country directly
like here, nothing happened.
function yikes_mailchimp_set_default_country_in_dropdown( $country_abbrev ) {
$country_abbrev = 'GB';
return $country_abbrev;
}
add_filter( 'yikes-mailchimp-default-country-value', 'yikes_mailchimp_set_default_country_in_dropdown' );
I did that in same way.
I am building multi language site with WPML.
Is there way to get a support?