Crow Canyon Software Forum

Forum Navigation
Please or Register to create posts and topics.

Redirect on form close

I know this is probably a simple question, but I can't find the answer. How can we specify where to go when closing a form? We'd like to return the user to the library/list they opened the form from, but instead it takes them to the site homepage. For instance, if a user goes to a library, we redirect them to a specific folder based on some conditions and they can't easily navigate there on their own from the homepage. Returning to where they were when they started seems to make the most sense.

Thanks!

 

Please find steps to redirect to a custom URL after saving an item.

  1. Hide ‘Save’ button from the NITRO form.

Navigate to NITRO Forms designer for the list -> Expand ‘Layouts and Theme’ section from left-hand panel -> Select ‘Hide Save Button’ from ‘Buttons’ section.

<Refer "Image1.jpg">

  1. Add ‘Submit Action’ button.

Expand ‘Actions’ section -> Drag and drop ‘Submit Action’ button on to the form -> Click ‘Edit’ button next to pre-save process from button settings panel -> Add below script to save the item:

Script: functionCallback();

<Refer "Image2.jpg">

<Refer "Image3.jpg">

  1. Specify required URL for redirection post save.

<Refer "Image4.jpg">

  1. Apply settings and publish the NITRO Forms.
Uploaded files:
  • Image1.jpg
  • Image2.jpg
  • Image3.jpg
  • Image4.jpg