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 URL of the second form in one of the Form 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.

Display the Second Form without data

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 next see formB. In formA you open the form's edit properties and set the form action to Edit formA and click on the select the Image Added Form Action icon. Select the Forward users to a web page of your choice or  Post data and forward users to your web page and choice  and enter the raw form URL for formB in the URL property field you put the URI for formB.

This The raw form link URL can be found by clicking the  Share icon for your form formB on the Forms Home Page.

Here is an example of a formformB's raw form URL:

Code Block
httphttps://wwwapp.frevvo.com:443/frevvo/web/tn/<your tenant name>/user/designermycompany/u/60b97620-6e5b-4d97-a93e-6b81e803a671/app/_DrBPUXM5Ed-glKSGT35lJAmzwYwGMrEeeemceeobqUCg/formtype /_2j2vsJNAEd-Hauq_h2T-4Q6NZG8GMrEeeemceeobqUCg?_method=post&embed=true

For portability, we recommend you use relative URLs such as:

...