Hi Thomas,
This is definitely a question for MailChimp. You should contact MailChimp’s support directly or search through their knowledge base. 🙂
Robin
thanks for your answer.
I’ve tried before the mailchimp-form
<?php $categories = get_the_category(); $is_kategorie=$categories[0]->cat_ID; ?>
and in the form
`<?php if ($is_kategorie == 7) { ?>
<input type=”radio” value=”4″ name=”group[2017]” id=”mce-group[2017]-2017-2″ checked><label for=”mce-group[2017]-2017-2″>Dienstleister und Netzwerkpartner</label>
<?php } else { ?>
<input type=”radio” value=”1″ name=”group[2017]” id=”mce-group[2017]-2017-0″ checked><label for=”mce-group[2017]-2017-0″>Mitarbeiter und Familienangehörige</label>
<?php } ?>`
but it is still not working as it should.
when i solved the problem, i’ll tell you.