Versions Compared

Key

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

...

These wizards optionally allow you to customize what the user sees if an error occurs. You can either display a message or forward users to a web page of your choice. The wizards behave exactly like the corresponding Form Action wizards above. Error actions are now set that display actual exceptions/errors that happen while using the formThe Display message can be customized to display the actual error that occurred by adding the special {frevvo_root_cause_msg} template to your message text. This is helpful for debugging, especially if your are using  SaaS Online.

Using Templates in Form/Doc/Error Actions

...

Templates work the same way when used in URLs for forwarding to a web page or Post data. When referring to repeat controls you must use a special template syntax. See templates for repeat control for details.

There are built-in templates you can use:

  • {frevvo_root_cause_msg} - Add this to the Error Action Display Message to display the actual error that occurred.

Doc Action Wizards

The doc action wizards configure what happens to the entered data when a user submits your form. See Doc URI Wizards below for details on using the wizards to config the doc URI settings. Please also refer to the processing submissions tutorial .

...