hey guys,
i'm looking for a way of allowing a user to save state on umbraco form (version 4.4.0). obviously there a number of ways to achieve from a backend perspective but i'm struggling with hooking into the next click using a workflow.
i don't want to use to the solution in this post: https://our.umbraco.org/forum/umbraco-forms/81617-editupdate-umbraco-data
because it requires the form to have been submitted. what if the form was 10 pages long and the user wanted to save state.. that's what i'm trying to figure out without having to replace the entire rendering of the macro.
Workflow to trigger Next page on Umbraco Forms
hey guys, i'm looking for a way of allowing a user to save state on umbraco form (version 4.4.0). obviously there a number of ways to achieve from a backend perspective but i'm struggling with hooking into the next click using a workflow.
i don't want to use to the solution in this post: https://our.umbraco.org/forum/umbraco-forms/81617-editupdate-umbraco-data because it requires the form to have been submitted. what if the form was 10 pages long and the user wanted to save state.. that's what i'm trying to figure out without having to replace the entire rendering of the macro.
i saw this article: http://www.skrift.io/articles/archive/extending-umbraco-forms/ and his workflow is sort of what i'm trying to achieve where he talks about storing the form progress in a CRM but it only will work on submit.
any ideas?
cheers,
Hi Zell, I've the same requirement as well. Have you been solving it or any workaround to be able to save state of Form between pages?
Thank you in advance, Moshe
is working on a reply...