• Resolved Andrea

    (@licoreo)


    hi,
    i set three list and i set the form, if a user compile this form i want that is subscribed only on the frist list, but now the user is registered to all three list, i don’t find the problem, i already try to set <input type=”hidden” name=”nl[]” value=”1″> but is not working

    the code of form

    <div class=”tnp tnp-subscription”>
    <div class=”footer-news-title”>Ricevi il 10% di sconto sul primo ordine!</div>
    <div class=”footer-news-desc”><p>Iscriviti alla nostra newsletter per ricevere aggiornamenti sui nuovi prodotti, offerte speciali e altre informazioni sul Il Crogiuolo.</p>
    </div>

    <form method=”post” action=”https://dev.ilcrogiuolo.it/it/?na=s&#8221; onsubmit=”return newsletter_check(this)”>
    <input type=”hidden” name=”nl[]” value=”1″>
    <input type=”hidden” name=”nlang” value=”it”>
    <div class=”tnp-field tnp-field-email”><input class=”tnp-email sib-email-area” type=”email” name=”ne” required placeholder=”Inserisci la tua mail qui *”></div>
    <input type=”checkbox” name=”ny” id=’footer-privacy’ ><label for=’footer-privacy’ class=’footer-privacy’><span>Dichiaro di aver letto l’informativa sulla privacy e acconsento al trattamento dei miei dati. </span></label>

    <div class=”tnp-field tnp-field-button”><input class=”tnp-submit” type=”submit” value=”Iscriviti” >
    </div>

    </form>
    </div>

    thank you

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Stefano Lissa

    (@satollo)

    How did you configure the three lists?

    Thread Starter Andrea

    (@licoreo)

    1: privato: private , forced > true
    2: negozio: private , forced > false
    2: operatore: private , forced > false

    Plugin Author Stefano Lissa

    (@satollo)

    and are you signing up with a new email address? btw the lists are all three private so you cannot insert them in the subscription form.

    Stefano.

    Thread Starter Andrea

    (@licoreo)

    i’m sorry, it was my fault, i set forced for language on all three list. i disable this option and now it works correctly

    thank you

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

The topic ‘multiple list subscribe’ is closed to new replies.