Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You can forward the user from one  form to another by specifying the raw URL of the second form in one of the Form Action  Action wizards in the first form. When the user clicks Submit on the first form, you can choose to:

  • Display the second form with data passed from the first form - use the Post data and forward users to your web page wizard.
  • Display the next form without the data - use the Forward users to a web page of your choice wizard.Suppose you have two forms in your application. One named ''formA'' and the other named ''formB''. When the user clicks the submit button on formA you want them to see formB next. Edit formA and click on the  Form Action icon. Select the Forward users to a web page of your choice  and enter the raw form URL for formB in the URL property field.

...

  • .

Go To a Second form from the first form

...