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.