The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
![]() |
Get Submission_ID from Database into 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: Get Submission_ID from Database into Thank You page (/showthread.php?tid=4728) |
Get Submission_ID from Database into Thank You page - bojacks - Oct 18th, 2014 Using API I have designed a form and a thank you page that displays all the information from the form for review. The form and thank you page are working perfectly. On the thank you page I would also like to display the submission ID from the database for the user to reference in case of problems with the form information. Is there a way to retrieve the submission id from the database and display it on the thank you page with all the other form review information? Thanks in advance for your help. RE: Get Submission_ID from Database into Thank You page - wavesource - Nov 23rd, 2015 Howdy - you can find the answer here in a post of Ben's: http://forums.formtools.org/showthread.php?tid=1476&highlight=submission_id+thankyou But short answer is, $fields["form_tools_submission_id"] is the variable you need to call. |