Forum Moderators: coopster
I have created the site and all is good but I need to add a little more php that I can't quite work out how to do.
I need a little form where people can add their name, email address, etc and when submitted, it will send them an email with a link in to download their property report.
I have got as far as the form and an auto response but cannot work out how to send a decent message with a link in. I have used:
$message = "Thank you for requesting the information pack, please click here to download it. \n If you wish to contact us please call 0**** ******. \n Thank you.";
How do I change "click here" into a link?
Thanks in advance. Matthew.