Form Results
Permalink
I would like to give users access to form results without having to give them access to the Dashboard.
Is it possible to export form results from the Dashboard to a content block on the website so that access to the Dashboard is not required?
Is it possible to export form results from the Dashboard to a content block on the website so that access to the Dashboard is not required?
you can make a singlepage, that grabs the results from the db and displays them, most the code would come from the dashboard
Thank you for the response.
I have currently added a link to download the Excel results file to a page, but would really like to provide something that looks like the report results found in the Dashboard.
Could you possibly provide a little more detail on how this is done? I'm not particularly technical but may be able to follow directions to get it to work.
I have currently added a link to download the Excel results file to a page, but would really like to provide something that looks like the report results found in the Dashboard.
Could you possibly provide a little more detail on how this is done? I'm not particularly technical but may be able to follow directions to get it to work.
take a look at
/concrete/single_pages/dashboard/reports/forms.php
and
/concrete/controllers/dashboard/reports/forms.php
/concrete/single_pages/dashboard/reports/forms.php
and
/concrete/controllers/dashboard/reports/forms.php