Skip to main content
Nintex Community Menu Bar

Redirect and Refresh from a form

  • December 17, 2018
  • 1 reply
  • 17 views

seanobryant65
Forum|alt.badge.img+5

Is it possible to refresh the redirect page after saving a form?  I have a form that redirects to a page that has web part view of a document library where, through the Create Item action, data is placed.  I need to be able to not just redirect from the form to this page but also refresh the page.  The workflow is very simple and takes about a second to run.

1 reply

Forum|alt.badge.img+11
  • December 18, 2018

Hi,

You would need JS to accomplish the auto-refresh of the page when loaded happy.png
https://stackoverflow.com/questions/6985507/one-time-page-refresh-after-first-page-load

You can use the Script Editor webpart to include java scripts

<script>

....

the code

........

</script>