Home Forums Newsletter Plugin Support Change preferances form

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #16414
    jknight2014
    Participant

    Is it possible to have a one click solution to change someones preferences? I have a subscribe button that I use in my transactional emails that acts as a one click subscribe. I tried using it in a newsletter to let people add to a new preferance with one click rather than going to thier profile and updating it there. But all I get is the already subscribed page. Is there any way I can make this work?

    Here is the form code:

    <form action="http://chfmaine.com/wp-content/plugins/newsletter/do/subscribe.php" method="post"><input type="hidden" name="nn" value="{name}" /><input type="hidden" name="ne" value="{email}" /><input type="hidden" name="nl" value="[7]" /><input type="submit" value="Subscribe to last minute deals" /></form>

    Its simple enough and works great for new subscribers. The name and email are generated by the transactional emails. This one is included in our normal mailings and I was hoping it would just add the preference [7] to the assoiciated email. I thought about recreating the profile form submission but I dont want it to affect thier other preferences. Just add [7].

    I apperiate any input and I am happy to try anything.

    #16417
    Stefano
    Keymaster

    No, that code won’t work because in that way you’re restarting a subscription process. If it would work, you would be able to change the preferences of other subscribers.

    Send them to the profile page with the {profile_url} tag.

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