Hi Ben,
I've been using form tools successfully now for several months and integrated perfectly for use.
I have a question though if possible:
When showing submission counts on a seperate page i.e
<?php
echo ft_api_show_submission_count(1, 235);
?>
Shows a total of xxxx submissions
<?php
echo ft_api_show_submission_count(1, 236);
?>
Shows a total of xxxx submissions
Question: What I would like to do is get a percentage from those views. View 235 is the total submissions, view 236 is a filtered view of those submissions. So what I would like is to calculate a percentage of what view 236 is using php to show the end calculation on the page and update itself accordingly to each submission etc.
Cheers for any advice or direction.
I've been using form tools successfully now for several months and integrated perfectly for use.
I have a question though if possible:
When showing submission counts on a seperate page i.e
<?php
echo ft_api_show_submission_count(1, 235);
?>
Shows a total of xxxx submissions
<?php
echo ft_api_show_submission_count(1, 236);
?>
Shows a total of xxxx submissions
Question: What I would like to do is get a percentage from those views. View 235 is the total submissions, view 236 is a filtered view of those submissions. So what I would like is to calculate a percentage of what view 236 is using php to show the end calculation on the page and update itself accordingly to each submission etc.
Cheers for any advice or direction.