Sounds like something in the installation is out of whack. I have installed this program many many times without any issues.
Check file and folder permissions and make sure you have all files in place before you start. The use folder in a new installation is sometimes missing and sometimes just empty. In either case you should be able to create a new simple 1 field form without any issues.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Same problem: phpFormGenerator The following errors occured while processing your request: You did not enter a valid number. Please use a number between 1 and 99….any ideas?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Same Answer:
Sounds like something in the installation is out of whack. I have installed this program many many times without any issues.
Check file and folder permissions and make sure you have all files in place before you start. The use folder in a new installation is sometimes missing and sometimes just empty. In either case you should be able to create a new simple 1 field form without any issues.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Trying to make a form work. After entering information into all the fields and hitting submit, this is what pops up:
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.
Not sure how to fix this. Any ideas?
Also, when trying to create a form from a fresh installation I get this error after the initial point of entry that asks for the Number of Fields:
"You did not enter a valid number. Please use a number between 1 and 99."
Any ideas?
Sounds like something in the installation is out of whack. I have installed this program many many times without any issues.
Check file and folder permissions and make sure you have all files in place before you start. The use folder in a new installation is sometimes missing and sometimes just empty. In either case you should be able to create a new simple 1 field form without any issues.
i tried a fresh installation, new folder, all permissions set, even tried everything set at 777 just to make sure.
I even turned register_globals and register_long_arrays on and mod_bandwidth off
can't seem to have the forms recognize that form fields have text in them. it's just all registering as if they are blank.
If your form is on a live site, send me the link, and send me a copy of your process.php file in an email.
Same problem: phpFormGenerator The following errors occured while processing your request: You did not enter a valid number. Please use a number between 1 and 99….any ideas?
Same Answer:
Sounds like something in the installation is out of whack. I have installed this program many many times without any issues.
Check file and folder permissions and make sure you have all files in place before you start. The use folder in a new installation is sometimes missing and sometimes just empty. In either case you should be able to create a new simple 1 field form without any issues.
Hi,
Same problem.
Solution:
In "fields.php", change line 169 (approx).
It says:
pt_register('POST','fields');
It should say:
$fields = $_POST;
Source of this solution: http://www.bluehostforum.com/showthread.php?20157-PHP-forms-not-sending-data
I moved from a CentOS 5.x server to a server running Ubuntu 10.04 on my own machine and I have this same issue.
Changing the PTRegister is fixing the symptom, not the cause.
I did this as indicated and as I suspected this clearly is fixing a symptom and not the problem. The same error occurs on other fields later