The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
![]() |
List of valid IDs / complete submissions - 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: List of valid IDs / complete submissions (/showthread.php?tid=2304) |
List of valid IDs / complete submissions - shedeki - Nov 29th, 2012 Hey is there any way to get a list of all those IDs that represent complete submission (those that show up in the form tools interface)? I want to use ft_api_get_submission() to compare certain attributes of all complete submissions and right now have no idea how. Thanks. RE: List of valid IDs / complete submissions - Joe - Nov 30th, 2012 Hey Shedeki, You could do this by creating a View with only completed submissions and then using ft_api_show_submissions() (with a `S`) to retrieve the IDs Please see: http://docs.formtools.org/api/?page=ft_api_show_submissions RE: List of valid IDs / complete submissions - shedeki - Dec 8th, 2012 Hey Joe, thanks for the tip. I was under the impression that ft_apy_show_submissions() generated HTML-code. |