The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
still having "passing on" problems with thank-you page - Printable Version +- Form Tools (https://forums.formtools.org) +-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1) +--- Forum: API (https://forums.formtools.org/forumdisplay.php?fid=17) +--- Thread: still having "passing on" problems with thank-you page (/showthread.php?tid=1354) |
still having "passing on" problems with thank-you page - Peter - Jun 6th, 2011 Hi there, I've got a multiple-form page based on api and I want to display some fields at the final thank-you page. So I followed the steps described in the documentation to create unique_field and assured to enable "pass on" fields. I also created a new view to select the desired fields-data for the thank-you page. Everything works fine except that on thank-you page no data will be displayed. But if I manually add "thanks.php?submission_id=submissionID&unique_key=uniqueID" then it works. I also tried this advice you can find on http://forums.formtools.org/showthread.php?tid=598&pid=4224#pid4224 but without success. Have anybody suggestions to solve the problem? -Steve here a the relevant parts of my code last page before thank-you-page, form-step3.php: PHP Code: require_once("../ft/global/api/api.php"); thank-you page, thanks.php: PHP Code: <?php |