60
Views
9
Comments
Solved
create next button

 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 

UserImage.jpg
vikas sharma
Champion
Solution

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.


2023-07-31 13-51-59
Emir nak

tnx dear vikas.as i told im not expert in out system but i really like to learn it.tnx for useful screenshot

2025-12-04 09-01-03
Kiet Phan
Champion

oh, Wizard is a cool widget, thank you for recommended

UserImage.jpg
Shriyash Dixit
Solution

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 

WizardSolution.oml
2023-07-31 13-51-59
Emir nak

TNX @Shriyash Dixit .YOUR THE bEST MAN

UserImage.jpg
Shriyash Dixit
2023-07-31 13-51-59
Emir nak


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? 

2024-07-18 10-54-11
Abhishek Hayaran

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. 

2023-07-31 13-51-59
Emir nak

tnx dear Abhishek. i try to do my Best

UserImage.jpg
vikas sharma
Champion
Solution

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.


2023-07-31 13-51-59
Emir nak

tnx dear vikas.as i told im not expert in out system but i really like to learn it.tnx for useful screenshot

2025-12-04 09-01-03
Kiet Phan
Champion

oh, Wizard is a cool widget, thank you for recommended

UserImage.jpg
Shriyash Dixit
Solution

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 

WizardSolution.oml
2023-07-31 13-51-59
Emir nak

TNX @Shriyash Dixit .YOUR THE bEST MAN

UserImage.jpg
Shriyash Dixit
2023-07-31 13-51-59
Emir nak


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? 

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.