I'm having trouble with another issue that seemed to be supported on Umbraco 6 but isn't any more in Umbraco 7. I'm using Umbraco Forms 4.14. I have a multipage form that I have connected to an external data source. This means that when the following event is fired:
RecordService.RecordInserting
I save the record to the external data source. Now, when you have a multipage form the event isn't fired until you click submit at the end. It looks like there used to be an event for this:
There is no more partially submitted since we heavily cut down on the number of sql calls performed (and also because we wanted to simplify the workflow). So if you want to use that state please use Contour instead of Forms (works fine on v7 and of course still maintained)
Partial save on multi-page form
hi!
I'm having trouble with another issue that seemed to be supported on Umbraco 6 but isn't any more in Umbraco 7. I'm using Umbraco Forms 4.14. I have a multipage form that I have connected to an external data source. This means that when the following event is fired:
RecordService.RecordInserting
I save the record to the external data source. Now, when you have a multipage form the event isn't fired until you click submit at the end. It looks like there used to be an event for this:
https://our.umbraco.org/forum/umbraco-pro/contour/64301-Forms-41-no-more-partial-submit-and-resume
Will you bring this back to Umbraco Forms? It's greatly needed ! :)
Thanks,
Tom
Comment author was deleted
Hey Tom,
There is no more partially submitted since we heavily cut down on the number of sql calls performed (and also because we wanted to simplify the workflow). So if you want to use that state please use Contour instead of Forms (works fine on v7 and of course still maintained)
is working on a reply...