Menu

Required Fields not working correctly

Help
2009-11-24
2013-06-03
  • Nathan Smith

    Nathan Smith - 2009-11-24

    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?

     
  • Nathan Smith

    Nathan Smith - 2009-11-24

    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?

     
  • TNTEverett

    TNTEverett - 2009-11-24

    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. 

     
  • Nathan Smith

    Nathan Smith - 2009-11-24

    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.

     
  • TNTEverett

    TNTEverett - 2009-11-24

    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. 

     
  • sffreshman

    sffreshman - 2010-03-12

    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?

     
  • TNTEverett

    TNTEverett - 2010-03-12

    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.

     
  • David Hernández

    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

     
  • MarkosJal

    MarkosJal - 2011-06-05

    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.

     
  • MarkosJal

    MarkosJal - 2011-06-05

    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

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.