Versions Compared

Key

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

...

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

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

...

  1. Create formA and formB from the same schema.
  2. Edit formA
  3. Select the Image Modified Edit Form Action iconProperties icon on the Form Designer toolbar.
  4. Select the Form Actions tab.
  5. Select the Post data and forward users to your web page wizard.
  6. Enter the raw form link for formB in the URL property of the wizard. Here is an example of the raw link share URL

    Code Block
    http://<your server>:<your port>/frevvo/web/tn/<your tenant name>/user/max/app/_mzwYwGMrEeeemceeobqUCg/formtype/_6NZG8GMrEeeemceeobqUCg?_method=post&embed=true

    Remember, you can use a relative URL if you are concerned with portability.

    Code Block
    //frevvo/web/tn/<your tenant name>/user/max/app/_mzwYwGMrEeeemceeobqUCg/formtype/_6NZG8GMrEeeemceeobqUCg?_method=post&embed=true
  7. Test formA by filling in the fields and clicking Submit. formB displays with the fields populated with the data in formA.

...