• Resolved prokulit06

    (@prokulit06)


    Hi good day,
    How can I subscribe the users for specific category example if my user is fan of harry potter so the user subscribe to harry potter i have a custom code of the form

    what url action should i put? please help me

    <form action="https://domain.name/?na=s" method="post">
                <input name="nlang" type="hidden" value="" />
            <div>
                <input class="tnp-inputbox" name="ne" required="" type="email" placeholder="Enter Your Email Address" />
            </div>
            <div class="tnp-newinput">
                <input class="tnp-newbutton" style="color: #ffffff; background-color: #373636;" type="submit" value="JOIN NOW" />
            </div>
      </form>
    • This topic was modified 4 years, 7 months ago by prokulit06.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter prokulit06

    (@prokulit06)

    anyone please help me

    Try 2 different custom forms with:
    <input class="tnp-list tnp-list-2" type="checkbox" name="nl[]" value="2" checked >
    been value the number of the list, or:
    <input type="hidden" name="nl[]" value="2" checked >

    • This reply was modified 4 years, 7 months ago by Alain Aubry.
    • This reply was modified 4 years, 7 months ago by Alain Aubry.
    Thread Starter prokulit06

    (@prokulit06)

    Thank you for your reply is if the checkbox is checked it will automatically send to the designated value of the checkbox?

    Plugin Author Stefano Lissa

    (@satollo)

    Yes. Be sure to set the list as something else than “private”.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Subscribe to specific category’ is closed to new replies.