Versions Compared

Key

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

...

You can forward the user from one frevvo Live Forms form to another by specifying the URI 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 in the URL property field you put the URI for formB.

...

Code Block
http://www.frevvo.com/frevvo/web/tn/{tn.id}/user/designer/app/_DrBPUXM5Ed-glKSGT35lJA/formtype  /_2j2vsJNAEd-Hauq_h2T-4Q?_method=post&embed=true 

You can also hard-code the tenant id (..'''/tn/{tn.id}/'''..).

...

It is important that both frevvo Live Forms forms have been made public. If formA is public but formB is not, when the user submits formA they will get a page not found error.

...