Hello. I am not very professional in the outsystem and I wanted to use your guidance if possible. I want to create a registration form where the user first enter the name and click the next button, then enter the age and clicks the next button. and enter all the information in this way. And at the end of the option to create an account, define a previous button that can return to the previous page
Hi Amir,
Basically if you want to achieve multi step/multi screen process, why you don't prefer to use wizard from OutSsytemsUI. You also can give try to tabs (But in case of tabs you need to handle clicks condition manually by code). You can see in below screenshot that purpose of wizard is to split larger tasks in smaller steps.
tnx dear vikas.as i told im not expert in out system but i really like to learn it.tnx for useful screenshot
oh, Wizard is a cool widget, thank you for recommended
Hello @Amirhossein Nakhjavani,Please find attached OML. I tried your required functionality in that. you can check and take reference from it.Regards,
Shriyash Dixit
TNX @Shriyash Dixit .YOUR THE bEST MAN
I am glad to help you.
Cheers
excuse me Bro , In the last step, I want to get a message when the user clicks the save button that your account has been created and return to the login page, can you please help me for this step as well?
Hi Amirhossein,
There are many ways you can do it here is a way
1. Create a container and place the Name and Text Field for the Name field inside the first Container(Div).
2. Create a 2nd container and place the Age and Text Field for the Age field inside the first Container(Div).
3. Create a 3rd container for Family similarly.
Create 3 Boolean variables and set their default values as False (Accept for Name) and Use these variables for the Visible field of the Container.
ON Click of Next Button of Name field Set Family Variable as True and Other two as False.
tnx dear Abhishek. i try to do my Best