I am happy to be able to see the email report with the form data and the field title (Question content), but can I use SQL to produce reports with the form content (responses to the questions) and the field information e.g. label, title etc as these seem to be stored only in a compressed form in the Chronoforms Table?
In short I want to be able to produce the email data from the db on demand form title, form response etc.
Does this facility only exist in PHP?
In short I want to be able to produce the email data from the db on demand form title, form response etc.
Does this facility only exist in PHP?
Hi IRedsell,
You can create a form that loads a record from the database using a DB Load action then display the results using a Thanks Message or Custom Code action.
The field titles aren't normally saved in the database but you can use the column names to identify them and HTML to create a display layout
Bob
You can create a form that loads a record from the database using a DB Load action then display the results using a Thanks Message or Custom Code action.
The field titles aren't normally saved in the database but you can use the column names to identify them and HTML to create a display layout
Bob
This topic is locked and no more replies can be posted.