Skip to main content

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.

  1. Go back to the main form, and select the "Next" button.
  2. Go to the Actions tab.
  3. Click Add.
  4. In the Form Action dialog box, set the following options: - Action Type: Navigate To Form - Mode: form - Form Name: name_generation
  5. Click Save. The navigate to form action is now listed in the Actions tab for the "Next" button.
  6. We'll click Save to save our progress so far.