The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
![]() |
Deleting submissions using the API - 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: Deleting submissions using the API (/showthread.php?tid=5062) |
Deleting submissions using the API - neilr - Mar 2nd, 2015 Hi all, I'm quite new to formtools so please bear with me here. My problem is that I'm using the following PHP script and API call to get submission information out as an XML file..... <?php require("global/api/api.php"); $page = ft_api_load_field("page", "page", 1); ft_api_show_submissions(1, 1, 6, $page); ?> This works really well and I'm happy with it. Now my question is can I remove submissions using a similar method? I've looked through the documentation and searched the forum but can't find anything related to this question. Any help is really appreciated. |