• Resolved gianlucaweb

    (@gianlucaweb)


    Hi guys, your plugin is great! I have only a question, i have some contact forms and at the end of those i put checkbox to subscribe to the newsletter.
    Is possible to connect different lists to the various contact forms?

    Thanks in advance.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Contributor Lap

    (@lapzor)

    Please see https://kb.mc4wp.com/different-lists-different-cf7-forms/ (lists)
    and https://kb.mc4wp.com/add-group-choice-cf7-forms/ (interest groups)

    Hope that helps. If you have any questions, please let us know!

    Thread Starter gianlucaweb

    (@gianlucaweb)

    Hi Lap, ty so much for your replay.

    In cf7 i use [mc4wp_checkbox]

    Reading the link you suggest me ive seen that i have to include this html

    <input name=”_mc4wp_lists[]” type=”hidden” value=”123abc456def” />

    so i have to replace the first code with the second?

    Thanks in advance.

    Plugin Contributor Lap

    (@lapzor)

    Hi,

    No, please leave the other code in tact as well, the checkbox is to sign up and the _mc4wp_lists[] will overwrite the default list for the integration.

    Hope that helps. If you have any questions, please let us know!

    Thread Starter gianlucaweb

    (@gianlucaweb)

    Im sorry but I dont understand where I have to insert the html code
    <input name=”_mc4wp_lists[]” type=”hidden” value=”Identification number of list” />

    Ive tried to insert in additional settings section of cf7 but doesnt work. Email is inserted in the general list.

    Here is my cf7 code:

    <div class=”row”>
    <div class=”col-lg-6″>
    <div class=”form-group”>
    [text* your-name id:contact-name class:form-control placeholder “Il tuo nome*”]
    </div>
    </div>
    <div class=”col-lg-6″>
    <div class=”form-group”>
    [email* your-email id:contact-email class:form-control placeholder “La tua e-mail*”]
    </div>
    </div>
    <div class=”col-lg-12″>
    <div class=”form-group”>
    [textarea* your-message id:contact-message class:form-control placeholder “Scrivi qui il tuo messaggio*”]
    </div>
    </div>
    <div class=”col-lg-12″>
    <div class=”form-group”>
    <p>I campi contrassegnati da * sono obbligatori</p>
    </div>
    </div>

    <div class=”col-lg-12″>
    <div class=”form-group”>[mc4wp_checkbox]</div>
    </div>

    <div class=”col-lg-12″>
    <div class=”form-group”>[acceptance acceptance-115]Accetto l’informativa sulla privacy
    </div>
    </div>
    <div class=”col-lg-12″>
    <div class=”form-group”>[recaptcha]</div>
    </div>
    <div class=”col-lg-12″>
    <div class=”form-group”>
    [submit class:btn class:btn-primary class:btn-lg “Invia la tua richiesta”]
    </div>
    </div>
    </div>

    Plugin Contributor Lap

    (@lapzor)

    That code should be added to the form, for example right before [mc4wp_checkbox]

    Since it’s set to type=”hidden” it will not show to your visitors.

    Hope that helps. If you have any questions, please let us know!

    Thread Starter gianlucaweb

    (@gianlucaweb)

    Im very sorry but this is what happens.

    Where i do wrong?

    https://ibb.co/khf5zJ

    Plugin Contributor Lap

    (@lapzor)

    I suggest only using ‘ and ” as quotes, maybe that will fix it.

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Connect cf7’ is closed to new replies.