The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
![]() |
Need help displaying data on result 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: Need help displaying data on result page (/showthread.php?tid=691) |
Need help displaying data on result page - julienetspock - May 8th, 2010 Hello I followed tutorial " Displaying data on POST form receipt pages " But i don't want to use the unique key option I don't know how to display result without using this feature here is my result.php page : PHP Code: <?php What do i need to modify to remove the unique key verification ? i don't want to have that in the url thanks RE: Need help displaying data on result page - Ben - May 8th, 2010 Hi Julie, Sure, no worries! In that case, don't bother creating that unique key field in the database - or if you already have, just go and delete it. Next, tweak your code a bit to remove any reference to it: PHP Code: <?php And that's it! ![]() - Ben RE: Need help displaying data on result page - julienetspock - May 8th, 2010 Thank you for this quick reply i get an error message : ERROR Error Type: User Error Code: #402 — Learn more about this error. RE: Need help displaying data on result page - Ben - May 11th, 2010 Hi Julie, Ah! Did you check the error code page? http://docs.formtools.org/api/?page=error_codes The problem is that the View ID being passed to the ft_api_show_submissions function is invalid. All the best - Ben |