I want to make a mailto link in my terms and conditions using the [EMAIL] variable but am having trouble getting it to work. I'm doing:-
!!< <a href="mailto:[EMAIL]">[EMAIL]</a> >!!
This works fine if I hardcode the email adresss in but I'd rather use the [EMAIL] variable. I've tried various things but would appreciate some advice.
Thanks
!!< <a href="mailto:[EMAIL]">[EMAIL]</a> >!!
This works fine if I hardcode the email adresss in but I'd rather use the [EMAIL] variable. I've tried various things but would appreciate some advice.
Thanks
Comment