I have made a simple php form for a website wherein someone fills in their name, mail and message. It works. However since I get the value that is the sender’s mail I want to give them a choice of getting a copy (or not) - perhaps a checkbox they can tick if they want this. However (I’m new to this) I can’t figure out how get this. I’m thinking it should be simple using isset to say “if it’s ticked” send mail to the user “$mail” as well as to myself? Headers? dunno.
You can see my attempt at mail.marscovista.co.uk
Thanks to anyone who can help!