MartieH Posted December 30, 2016 Posted December 30, 2016 (edited) Is it possible to put the unsubscribe link in CloudMail in a button? Or, put the whole thing into a 'a href' tag rather than showing the full link? thanks for the help! Martie Edited December 30, 2016 by MartieH
MartieH Posted December 31, 2016 Author Posted December 31, 2016 ok, so I tried to surround the [UNSUBSCRIBE] with an <a href.... -- and it worked fine. Still working on a button..... M
ryan360Works Posted January 5, 2017 Posted January 5, 2017 Hi MartiH, When you put the [UNSUBSCRIBE] in your HTML, CloudMail just replaces that with the actual link to the unsubscribe page. You could do this with a button as well. For example it may look something like this <form action="[UNSUBSCRIBE]"> <input type="submit" value="Unsubscribe from newsletter" /> </form> I got that example from this stack overflow post. It has some more information that might be useful to you. Hope that helps!
Recommended Posts
This topic is 3131 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now