• Resolved davemktg86

    (@davemktg86)


    hi,
    in my contact form(CF7) I have a dropdown menu where users have to select a profession. This form is connected to mailchimp with your mc4wp plugin, and each profession is a newsletter group on mailchimp. My code is this:

    <div class="col-sm-6 col-md-6 col-lg-6"><span class="wpcf7-form-control-wrap"><select name="mc4wp-INTERESTS[xxxxxxxx]" required>
            <option value="" selected disabled>-- La tua Professione --*</option>
            <option value="xxxxxxxx">Privato</option>
            <option value="xxxxxxxx">Professionista</option>
            <option value="xxxxxxxx">Impresa generale di Costruzioni</option>
            <option value="xxxxxxxx">Artigiano Tuttofare</option>
            <option value="xxxxxxxx">Impiantista</option>
            <option value="xxxxxxxx">Cartongessista/Pittore</option>
            <option value="xxxxxxxx">Serramentista</option>
            <option value="xxxxxxxx">Impermeabilizzatore/Coperturista</option>
            <option value="xxxxxxxx">Piastrellista</option>
        </select></span>
    </div>

    my issue is that I can’t set this field as “required”. Also “disabled” attribute on first option doesn’t work, but this seems me a theme css conflict(with default theme “disabled” works properly). But also with default theme, “required” doesn’t work. So user can send message without select a profession, and if no profession is selected on my email appears “[mc4wp-INTERESTS]” instead that “La tua Professione”. How can I fix it? What I’m doing wrong?

    I also inform you that all user data are registred on my mailchimp list, but no the Profession group, also when users selected their profession, and I can’t understand why. Also Profession group is registred properly via mc4wp newsletter suscribe simple form(not integrated with other forms)

    Thanks in advance
    Best regards

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘list group not registered’ is closed to new replies.