Securing an Email Form (PHP)
Good Morning Everyone,
Over the weekend an email form on my webpaged was, for lack of a better term, hacked. They were filling out erroneous information and even able to change the subject of the email which is stored in a hidden field on the page. It was nothing major, just more annoying than anything else.
I know that I could add CAPTCHA images to the page but at this point I don't want to change how the user fills out the form. So I was wondering if there was anything standard flags that I could check for using PHP that would help filter out spam attacks.
I attached a link to the form in case anyone needs it.
http://www.powerhouse.com/Products/RequestInfo.php?UnitNumber=B-862
Thanks for the help everyone!
