Hello!
I have a form that needs to be filled on regular basis. I need to create a vew that shows the answers in columns like this:
So the question is if something of sorts can be made.
Thanks for any idea on how to do this!
Showing multiple entries for a single user in a tabular format is possible with custom SQL or with a SQL VIEW but it can be complicated. You first have to create a functional SQL SELECT statement to return the data you need. When the SQL Statement works as expected, you use it with the frm_view_order hook. This hook allows you to completely abandon Formidable's generated SQL in favor of your own. You can even get the results of a SQL view.
Thanks a lot Victor!
I will explore this solution.
Please login or Register to submit your answer