Versions Compared

Key

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

...

You can forward the user from one Live Forms one  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
frevvo/web/tn/{tn.id}/user/app/_uJKtwbesEduG2Me8fheS4Q/formtype/_18go4Lx7EduG2Me8fheS4Q?_method=POST&embed=true

It is important that both Live Forms both  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.

...