External Form Block - Dashboard Reporting
Permalink
I've used the "external_form" block to create my own form which updates the database tables based upon the current block ID ($this->bID):
btForm
btFormQuestions
btFormAnswerSet
btFormAnswers
The problem is.... Reports for "external_forms" don't show up in the dashboard! doh!
Reports are only generated for "form" blocks (btID = 5).
Short of creating a fake block in the "blocks" table - does anyone know of a way to get forms of btID = 4 (the external_form block) to show up in /dashboard/reports/forms??
btForm
btFormQuestions
btFormAnswerSet
btFormAnswers
The problem is.... Reports for "external_forms" don't show up in the dashboard! doh!
Reports are only generated for "form" blocks (btID = 5).
Short of creating a fake block in the "blocks" table - does anyone know of a way to get forms of btID = 4 (the external_form block) to show up in /dashboard/reports/forms??