Mar 11th, 2014, 8:19 AM
Hi
As you know, when a client-user clicks 'View' against a form on their Forms menu, a list of submissions is presented. This list can then be customised by use of the Search box whereby a field and a value for that field can be used to filter the list.
What I want to do is to automatically add a filter (on one column) to the list as it is presented (it will always be the same column-name for every form). I am guessing this should be quite easy to do programmatically?
I have looked in clients/forms/index.php and I see a
$forms = ft_search_forms($account_id, false, $search_criteria);
but where do I find the source for ft_search_forms please?
Thanks
As you know, when a client-user clicks 'View' against a form on their Forms menu, a list of submissions is presented. This list can then be customised by use of the Search box whereby a field and a value for that field can be used to filter the list.
What I want to do is to automatically add a filter (on one column) to the list as it is presented (it will always be the same column-name for every form). I am guessing this should be quite easy to do programmatically?
I have looked in clients/forms/index.php and I see a
$forms = ft_search_forms($account_id, false, $search_criteria);
but where do I find the source for ft_search_forms please?
Thanks