Menu

No data being sent from form

Help
2010-07-12
2013-06-03
  • Luann Vodder

    Luann Vodder - 2010-07-12

    I've seen several posts by others with this same problem, but no solutions that work for me. I have PHP5 and phpFormGenerator 2.09 provided by the web host. All of my variables appear to be correct in my form and match exactly (including capitalization) with what is in process.php. The form, thankyou.php, process.php and global_inc.php are all in the same folder. The form submits without error, and email is sent and the thankyou page displays, but the email and thankyou page only contain the field names and not the user-submitted field data. What is necessary to transmit the data?

    thanks

     
  • Luann Vodder

    Luann Vodder - 2010-07-12

    I should clarify that they work without error if I take out the error trap for the empty fields. If I leave that in, it always says I have left out required information even though all fields have data, and since I see that no data is transmitted, the error is always triggered.

     
  • TNTEverett

    TNTEverett - 2010-07-12

    I am sure the problem is a simple one but without access to your form files it is really hard to give you a specific answer.  In the past I start by putting in debug statements within the error section. 
    if(error condition) {
    print $variable1 name;
    print $variable2 name;
    etc…
    }

     
  • Luann Vodder

    Luann Vodder - 2010-07-12

    I'll try that. If interested, the form is available here: http://conniejadams.com/cardsbooks/index.html
    (and process.php is in the same folder).

    thanks.

     

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.