How to display specific texts, depending on which checkboxes where checked?

jasmin

New Member
Poll and create report

I'd like the users to have a form with different options to check in checkboxes like a poll, and then be able display all the text answers per checked item in a report created from the all the checkboxes checked.

Also, it would be good to be able to create a PDF automatically, with the same report, for download.

I guess I'd prepare the texts in a database and then need to point to display those texts, depening on which checkbox was checked.

Any pointers how to achieve this?
 
Last edited:
One possibility:
  • create a search form (not recording to DB) to collect the informations,
  • add a redirect plugin to your form resp. details view which is creating your report, with "Append jump url with data" enabled
  • in this details view fetch these URL informations in a custom template and/or php onLoad plugin and/or calc or display elements and do whatever you need (e.g. run queries...)
  • enable the PDF button
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top