Wires001 wrote:
> and I still get the error mesage:
>
> Notice: Undefined index: submit
>
> Any other suggestions?
That's not an error, it's a notice. Without seeing your code, how on
earth can anyone fix it for you...by guessing at your code??
You can make the notice go away by putting this line at the top of
your PHP script:
error_reporting(E_ALL ^ E_NOTICE);
--
Charles Sweeney
http://FormToEmail.com
PHP mail script with reCAPTCHA