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.
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.