Form Builder-questions about stored data

Permalink
Hello,

I just have a couple questions about the form builder that I am hoping somebody can answer.

When an admin creates a survey form, in what database table(s) is this information stored?

When a user fills in the survey form, in what database table(s) is this information stored?

Finally (and most important), when an admin exports these survey result, where is the code that generates the csv/excel file?

Thanks in advance.
~Mike

 
jordanlev replied on at Permalink Reply
jordanlev
Can't remember off the top of my head, but all the "Form" block table names should start with either "btForm" or "btSurvey". Note that they are split up amongst several different tables and not very straightforward to query.
The code that outputs the CSV is probably in concrete/controllers/dashboard/reports/forms.php
mikemccoy replied on at Permalink Reply
Thanks for the answer.