The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
custom export layout? - 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: custom export layout? (/showthread.php?tid=1846) |
custom export layout? - zionchat - Jan 6th, 2012 Hello, i will try to explain in brief what i am trying to do. The form has to be submitted by admin, and the data has to be displayed to clients (its pretty reverse here). While exporting to the page, i need submissions to be listed 1 by 1, a maximum of 6 on a page then next. On clicking to a submission, it points to its details. Of course, i have gone through ft_api_show_submissions() and ft_api_show_submission() but it is written that i have to create new export type. I was unable to find any documentation about the 'smarty' code found there, and i could not increment in loop directly due to uncertainty of submission id. Anyone has ideas? RE: custom export layout? - Ben - Jan 12th, 2012 Hi zionchat, Tough one...! This is certainly do-able, but it would take some custom programming. The problem is the navigation: you'd need each link to pass in all the data needed to re-render the current submission set as well as target the current page. This is straightforward for a programmer, but it may well mean that the module itself needs to be tweaked a bit to accept information via the query string. It's not simple, I'm afraid. Sorry about that. :-( - Ben |