The project we're about to use Contour with requires us to be able to automatically export the actual form structure (questions and possible answers) that editors create, for import to a third-party data warehouse.
I'm pretty confident about how we'll export the actual submitted forms, but is there an event hook on saving/publishing the form, or somewhere we can get the actual form itself?
(To add complexity, I'm ashamed to say this is our first project using Contour!)
Hi you can export a form that should have all the fields...
You can also use the api , take a look at Umbraco.Forms.Core.FormStorage to get all or a specific form and there is also an event there on form create / update
Export Contour *questions* as well as answers
The project we're about to use Contour with requires us to be able to automatically export the actual form structure (questions and possible answers) that editors create, for import to a third-party data warehouse.
I'm pretty confident about how we'll export the actual submitted forms, but is there an event hook on saving/publishing the form, or somewhere we can get the actual form itself?
(To add complexity, I'm ashamed to say this is our first project using Contour!)
Phil
Comment author was deleted
Hi you can export a form that should have all the fields...
You can also use the api , take a look at Umbraco.Forms.Core.FormStorage to get all or a specific form and there is also an event there on form create / update
That sounds great Tim... I'll take a look.
Phil
is working on a reply...