Hopefully I'm not being a pain with these questions. I'm extremely new to forms and I don't have the time to read through a bunch of tutorials (although I realise this is the smartest way).
I have a simple form on my page where the user submits their address and email info, and then I want it mailed to me.
I have the basic script so far, and the submit button and all that, and I understand that the way I have it now (the mailto:blahblah@blahblah.com) is not ideal as it just links to your computer email program or whatnot.
I believe I need to use something called PHP or I need a file in my cgi-bin folder on the server, something like that? Can someone (in a very simple way please) tell me what exactly I need to do to get this information submitted to my email AND display a thank you page? As well in the future I will want to change to the business owner's email and I don't want this to be complicated or to be a problem. I'm just temporarily having the info submitted go to my email.
Thanks in advance

