Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Robin

    (@rli)

    Hi Thomas,

    This is definitely a question for MailChimp. You should contact MailChimp’s support directly or search through their knowledge base. ??

    Robin

    Thread Starter Thomas Kujawa

    (@thomas-kujawa)

    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.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘3 groups in one list’ is closed to new replies.