Does anyone remember the code that posts a form which sends email -
I think this causes a warning that you are about to send visible data across the internet, but I need it, and can't remember where I saw the code
:(
Printable View
Does anyone remember the code that posts a form which sends email -
I think this causes a warning that you are about to send visible data across the internet, but I need it, and can't remember where I saw the code
:(
I found it...
<form name="contactus" action="mailto:[email protected]" method="post">
</form>:rolleyes: