Log in

View Full Version : empty form



pkrishna42
07-12-2018, 08:55 AM
Hi
Empty form values get in to my mail (even after Php validation)
I have a form fields validated in Php in my hosted website
Empty Form should not get submitted there are some fields mandatory
Form will not get submitted without mandatory field entered in form.

And whatever form is submitted that will come to my email correctly but sometimes form not submitted by any one but still I receive empty form values but in my mail I used to get empty form submitted every now and then I think this is a bit how can I get rid of this?
I don't want to use capcha code.

Regards

DyDr
07-12-2018, 11:26 AM
We cannot help you with a coding problem without seeing your code.

deepvyas
07-13-2018, 10:42 AM
Hi
Empty form values get in to my mail (even after Php validation)
I have a form fields validated in Php in my hosted website
Empty Form should not get submitted there are some fields mandatory
Form will not get submitted without mandatory field entered in form.

And whatever form is submitted that will come to my email correctly but sometimes form not submitted by any one but still I receive empty form values but in my mail I used to get empty form submitted every now and then I think this is a bit how can I get rid of this?
I don't want to use capcha code.

Regards

means your validation is not working properly re-check once