The body of the html email has a list of various classes available and I want the recipient to be able to select one of the classes and then hit a submit button which will redirect them to the register page. The action is exactly the same as a text link. I’m trying to avoid 50 text links in the email — because that has a tendency to look ummm…really bad. Would appreciate any input and code. Many thanks!
No because you’d have to create a javascript or vbscript program to do it. Mail won’t see it and will filter it out or delete it. If you want to do it right, send an email with one link to a web page and if you want a response, create a form and the user can mail it back to you with a click of the button. Many sites will allow you to set this up for free.
Related posts:
- I need to change URL’s into Html text links and paste them to a page?
- html codes for links on a text CD?
- What is the HTML so that I can cover up Links with TEXT?
- What is the HTML code to forward an email campaign to another user?
- What is the best way to convert plain text into html links based on a set of keywords… more…?




March 27th, 2010 at 6:51 pm
No because you’d have to create a javascript or vbscript program to do it. Mail won’t see it and will filter it out or delete it. If you want to do it right, send an email with one link to a web page and if you want a response, create a form and the user can mail it back to you with a click of the button. Many sites will allow you to set this up for free.
References :