Add a form navigation action
App tutorial · Step 10 of 25
Build a three-form app that creates an Active Directory user and manages its group memberships.
In this step, we'll make the "Next" button on the main form navigate to the name_generation form.
- Go back to the
mainform, and select the "Next" button. - Go to the Actions tab.
- Click Add.
- In the Form Action dialog box, set the following options: - Action Type: Navigate To Form - Mode: form - Form Name: name_generation
- Click Save. The navigate to form action is now listed in the Actions tab for the "Next" button.
- We'll click Save to save our progress so far.