Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi
Im in th process of creating af multistep wizard in umbraco.
Here is my setup:
1) I have a surfacecontroller that returns a partial view with a model.
2) The partial view is a form that you fill out and is posted to a new action in same controller.
3) I do som logic and would like to return a model back to the partial (or any) for the next step.
What would be the best practice in these matters?
Hi Jonas,
You can try to use Umbraco Forms also for this case.
https://umbraco.com/products-and-support/forms/
Thanks
Yes, in general situation you described right steps. Also you need some param with current step number.
A whole new world unfolded when i was told about:
https://our.umbraco.org/documentation/reference/routing/custom-controllers
Then you can do about anything..
Thanks.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Multi step wizard in umbraco
Hi
Im in th process of creating af multistep wizard in umbraco.
Here is my setup:
1) I have a surfacecontroller that returns a partial view with a model.
2) The partial view is a form that you fill out and is posted to a new action in same controller.
3) I do som logic and would like to return a model back to the partial (or any) for the next step.
What would be the best practice in these matters?
Hi Jonas,
You can try to use Umbraco Forms also for this case.
https://umbraco.com/products-and-support/forms/
Thanks
Yes, in general situation you described right steps. Also you need some param with current step number.
A whole new world unfolded when i was told about:
https://our.umbraco.org/documentation/reference/routing/custom-controllers
Then you can do about anything..
Thanks.
is working on a reply...