Versions Compared

Key

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

...

Table of Contents
maxLevel1

Go To

...

URL

You can forward the user from one  form to another by specifying the URI URL of the second form in the form action for the first. For example, 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 "Go to URL" and Post data and forward users to your web page and in the URL property field you put the URI for formB.

This URI URL can be found by clicking the  Share icon for your form on the Forms Home Page.

Here is an example of a form's URIURL:

Code Block
http://www.frevvo.com/frevvo/web/tn/<your tenant name>/user/designer/app/_DrBPUXM5Ed-glKSGT35lJA/formtype /_2j2vsJNAEd-Hauq_h2T-4Q?_method=post&embed=true

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

Code Block
frevvo/web/tn/<your tenant name>/user/app/_uJKtwbesEduG2Me8fheS4Q/formtype/_18go4Lx7EduG2Me8fheS4Q?_method=POST&embed=true

...