Versions Compared

Key

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

...

Message Shown After Form Submission

Confirmation message to show up after the form is submitted

URL Redirect After Form Submission

Perform redirection to the defined path after form submission. (Can be a relative path) (E.g. "http://www.example.com/page/")

URL Redirect on Cancellation

Perform redirection to the defined path after cancellation of the form. (Can be a relative path)

Redirect Target on Cancellation

Behavior on how to handle redirection on cancellation. Selections available:-

  • Top Window
  • Current Window

Field Name for URL Redirect Value Passover

Defines on which form field's value to be used as part of the redirection URL. (E.g. "id")

Field Value Passover Method

Defines on how to construct the redirect URL. Selections available:-

  • Append to URL (E.g. "http://www.example.com/page/123" where "123" is the value of the field defined in "Field Name for URL Redirect Value Passover")
  • As URL Request Parameter (E.g. "http://www.example.com/?page=123")

Request Parameter Name

If "As URL Request Parameter" is chosen as the "Field Value Passover Method", the request parameter name must be defined in this field. (E.g. "page")

...