Home Forums Newsletter Plugin Support Subscription form with newsletter lists selection

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #64701
    dmblsn
    Participant

    Hi,
    I tried to create a subscription form with two checkbox to subscribe to one or more lists but it doesn’t works.
    It is possible to subscribe but no list is checked after submission

    <form action="http://vitaprema.it/?na=s" method="post">
    <div class="tnp-field tnp-field-checkbox tnp-field-list"><input type="checkbox" id="nl1" name="nl[]" value="1"><label for="nl1">Italia</label></div>
    <div class="tnp-field tnp-field-checkbox tnp-field-list"><input type="checkbox" id="nl2" name="nl[]" value="2"><label for="nl2">Estero</label></div>
    <div class="tnp-field tnp-field-email"><input class="tnp-email" name="ne" required="" type="email" value=""></div>
    <div class="tnp-field tnp-field-button"><input class="tnp-submit" type="submit" value="Invia"></div>
    
    </form>

    thanks
    alessandro

    #64740
    Stefano
    Keymaster

    Are the lists “public”?

    Stefano.

    #64742
    dmblsn
    Participant

    No, I just set them public and now it works.
    Great!
    Thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.