CPanel advised me that I needed to update phpFormGenerator to version 2.09. I did the update and tried to create a new form. The first step told me to enter the number of fields I want, so I entered 20. When I clicked Next, phpFormGenerator returned this message:
The following errors occured while processing your request:
* You did not enter a valid number. Please use a number between 1 and 99.
Does anyone know what's going wrong, and how I can fix it?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Your upgrade like got some file or folder permission incorrect. Since you used CPanle and installed a version available from your host I would speak to your we host tech support for assistance.
There is also a possibility that some security policy is getting in the way of passing variables between PHP scripts.
Here is what I think is happening.
Page one has a form. You enter values and this form passes variables to the next page which has another form that is created based on the previous page values. The number of fields should be between 1 and 99, you entered 20, the next page sees all the fields blank and prints an error based on a number of fields value of "0".
The only answer I can give you is that "the FormGenerator works when installed correctly and there are no web host issues that prevent PHP from working properly".
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
CPanel advised me that I needed to update phpFormGenerator to version 2.09. I did the update and tried to create a new form. The first step told me to enter the number of fields I want, so I entered 20. When I clicked Next, phpFormGenerator returned this message:
The following errors occured while processing your request:
* You did not enter a valid number. Please use a number between 1 and 99.
Does anyone know what's going wrong, and how I can fix it?
Your upgrade like got some file or folder permission incorrect. Since you used CPanle and installed a version available from your host I would speak to your we host tech support for assistance.
There is also a possibility that some security policy is getting in the way of passing variables between PHP scripts.
Here is what I think is happening.
Page one has a form. You enter values and this form passes variables to the next page which has another form that is created based on the previous page values. The number of fields should be between 1 and 99, you entered 20, the next page sees all the fields blank and prints an error based on a number of fields value of "0".
The only answer I can give you is that "the FormGenerator works when installed correctly and there are no web host issues that prevent PHP from working properly".