0

I have a survey form which contains lots of input fields. When I try to fill all the input fields it saves to the database. But when I only fill a few of the input fields and leave other fields blank it does not save and it shows error like these.

Notice: Undefined index: scale_fun in C:\xampp\htdocs\survey1\includes\save2.php on line 22

Notice: Undefined index: job_performance in C:\xampp\htdocs\survey1\includes\save2.php on line 24

what should I do to remove these errors?

1 Answers1

0

try to make validation in the front (before submitting the form) or backend ( after submitting the form ) OR You can set columns to accept Null from the database.

enter image description here

check this too : "Notice: Undefined variable", "Notice: Undefined index", "Warning: Undefined array key", and "Notice: Undefined offset" using PHP