The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
![]() |
Pass on checked but not passing anything - Printable Version +- Form Tools (https://forums.formtools.org) +-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1) +--- Forum: General Discussion (https://forums.formtools.org/forumdisplay.php?fid=5) +--- Thread: Pass on checked but not passing anything (/showthread.php?tid=2403) |
Pass on checked but not passing anything - itsjustjeff - Mar 16th, 2013 I've tried going through the forum search results to see if this was already addressed but my search resulted in many pages that didn't seem to answer my question. My form works and puts data in the database, and successfully redirects to the thank you page. However, I'm trying to : Displaying data on POST form receipt pages http://docs.formtools.org/tutorials/post_forms_redirect_data/index.php?page=index I've made sure all the prerequisites have been put in place. I'm stuck on step 1. of this tutorial As the tutorial suggest to test, I've checked the "Pass on" for ID, saved that, and have submitted my form (after having previously loading the page to clear sessions). Nothing is being passed along in the URL query string after a fresh submission. Can't figure out how to troubleshoot further. Any ideas? I have this code in my form Code: <?php And this is in my "formthanks" page: Code: <?php Thanks |