Smarty's mailto doesn't work! [Solved]
Posted: Fri Oct 29, 2010 2:22 am
(I can't find a smarty related part of this forum, so hope that if isn't the right place for my question then a moderator will move this please..)
In my footer tpl I have written
When I save and reload the page the email address is shown but followed by an , it looks like and the whole string including the inverted commas and the  has been made into the clickable html mailto link. So the link when clicked doesn't work! My email creator opens but with no to: address or subject loaded.
I can't see anything wrong with my syntax, so is this a smarty 'bug'..?
Thanks!
In my footer tpl I have written
Code: Select all
Contact me at {mailto address="xxxx@xxxx.com" subject="Contact from xxxx.com" encode="javascript"}
Code: Select all
Â
Code: Select all
"xxxx@xxxx.com"Â
I can't see anything wrong with my syntax, so is this a smarty 'bug'..?
Thanks!