Home Forums Newsletter Plugin Support Selected list for subscription don’t work

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #293869
    Anonymous
    Participant

    Good evening,

    I have assigned a registration form to a specific list: list 2.
    Here is my shortcode: [newsletter_form list="2" form="1"]
    But when you subscribe, the customer address is sent to the common list.
    Can you help me? Thank you in advance.

    Here is my html form code:

    <div class="tnp tnp-subscription">
    <form action="https://test.librairiedamase.com/?na=s" method="post">
    <input type="hidden" name="nlang" value="">
    <input class="tnp-email" id="tnp-1" type="email" required="" name="ne" value="" placeholder="Email">
    <input class="tnp-submit" type="submit" value="S’abonner" >
    </form>

    Best regards

    #294233
    Stefano
    Keymaster

    Hi,
    with “form=1” you’re calling a hand-coded form, other attributes are ignored. You need to add a hidden field:

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