Developer Support »

'Undefined index' error  (See more user questions)

Hi , good to hear from you, my pleasure to assist!

You will be delighted to hear that those aren't errors, they are "notices"!

There's a line of code at the top of the script that should stop such
notices appearing (they are often a nuisance). This one:

error_reporting(E_ALL ^ E_NOTICE);

...do you have that line at the top of your script? If not, you can simply
add it (under the <?php at the very top of the script).

Should you need it, you can get the latest version of the scripts here:

Free version: https://formtoemail.com/FormToEmail.zip

Pro version: https://formtoemail.com/download.php

Any questions, just let me know.

Best wishes.

Charles Sweeney
https://formtoemail.com
The world's easiest feedback script!

----- Original Message -----
Sent: Thursday, July 29, 2010 4:14 PM
Subject: FormToEmail script

> Comments: I looked through Support, but didn't see my error. My form
> worked flawlessly on my test server, but on the live server I get this
> error in reference to the StripSlashes area of my form: Notice: Undefined
> index: email in
> d:\websites\www..com\scripts\formtoemail.php on line
> 986.
>
> There are four errors, but wasn't sure how vague my information was. Thank
> you for your time and help.