Hi,
should be simple but - I have a number of html <br/> tags in my form script which are just showing as text in the email once sent:
$message = ("Hi,<br/><br/> ".$name."wanted to share our website, www.example.com with you. We hope you find it interesting!.<br/><br/>Kind Regards<br/>example.com");
Any ideas?
Thanks for your help!