Dear Developers,
I need to use a steps Wizard in a mobile application, wherein the validations to happen on each step and then save at the last step. Is there a working example available in Mobile pls (could find for web though).
It is a urgent task for me, looking forward to the help from fellow developers/architects.
With Best Regards,
Smitha
Smitha wrote:
Hi Smitha,
Please find below:
Widget:
https://www.outsystems.com/outsystems-ui/patterns/mobile/Wizard
https://silkui.outsystems.com/Patterns_Web.aspx#Web_Navigation_Wizard
Doc:
https://success.outsystems.com/Documentation/11/Developing_an_Application/Design_UI/Patterns/Using_Web_Patterns/Navigation/Wizard
sample application on forge:
https://www.outsystems.com/forge/component/617/car-accident-reporting/
Assif
hi Assif,
Thanks for the revert.
I am looking for a sample in Mobile for step wizard including stepwise validations.
https://www.outsystems.com/forge/component/617/car-accident-reporting/ - This is for Web though.
There is a sample wizard.oml in this discussion - https://www.outsystems.com/forums/discussion/20275/wizard/, but this doesn't have the validations though.
Are you aware of any other working sample which has the validations too?
With Regards,
What validation your are expecting from the mentioned sample?
I want to check mandatory data and such validations for the data I input in the Step1 of the form (i.e form data Valid or not)
Regards