I created a form and it was working good until lately where people get this after submitting the form
The following errors occured while processing your form input.
* You did not enter one or more of the required fields. Please go back and try again.
Any idea where that might come from ? I am a real newbie at all this!
for you information here's my form generated bu php form generator version 2.09
The process.php file has the checks for blank or wrongly formatted form entries. Find the error message and work backwards from there. You can also echo some variables from within the process.php file to help trace the error.
If you can not figure it out you can send me a zipped version of your form and process.php file so I can take a closer look.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi everyone,
I created a form and it was working good until lately where people get this after submitting the form
The following errors occured while processing your form input.
* You did not enter one or more of the required fields. Please go back and try again.
Any idea where that might come from ? I am a real newbie at all this!
for you information here's my form generated bu php form generator version 2.09
http://claudeprieur.com/suiviradio/use/Radiosdiffusion/form1.html
Thanks, I hope you could help me I have radio stations in France that are waiting for the fixed form!
Sonia
Sorry I forgot to mention that I tested it and filled all the fields properly and submit the form with exactly the same results .
Thanks again
The process.php file has the checks for blank or wrongly formatted form entries. Find the error message and work backwards from there. You can also echo some variables from within the process.php file to help trace the error.
If you can not figure it out you can send me a zipped version of your form and process.php file so I can take a closer look.