I have display error ON and error reporting to E_ALL.
I have a form that opens fine. When you submit it, all the fields that have
nothing in them, for example an un-selected radio button, throw the error
similar to that below.
Notice: Undefined index: fld_ONECHOICE in /usr/..../updateFORMFACT. php on
line 29
These fields are not required for the form to be completed.
Do I HAVE to default all fields to yes/no or some entry? Surely not.
Is this just something that shows with error reporting set to E_ALL and I
shouldn't worry about it?
Thank in advance.
I have a form that opens fine. When you submit it, all the fields that have
nothing in them, for example an un-selected radio button, throw the error
similar to that below.
Notice: Undefined index: fld_ONECHOICE in /usr/..../updateFORMFACT. php on
line 29
These fields are not required for the form to be completed.
Do I HAVE to default all fields to yes/no or some entry? Surely not.
Is this just something that shows with error reporting set to E_ALL and I
shouldn't worry about it?
Thank in advance.
Comment