Skip to main content

I am trying to recreate an old InfoPath data entry form.  On that form, there is a button that would save the data entered to the list, then clear the fields so new data can be entered.  Thanks for your help.

Which version of Nintex Forms for SharePoint are you using? Which forms designer are you using - Responsive Designer or Classic Designer?

Whichever designer you are using, you should be able to accomplish this by adding a Redirect URL to the Save button on the form that redirects you to the new form on the list after submitting.

Go to the Control Settings for the Save button and open the Advanced section. Find the “Redirect URL” field and add the address for the new item form on your list. This should be something like:

https://yoursite/Lists/YourList/NewForm.aspx

The behavior is: fill out a form, submit the form, new list item created, and browser immediately rerouted to new empty list form.

 


We are using Nintex for SharePoint 2019, classic designer.   Just upgrading from SP 2013.

Thanks for the tip.   I will give that a try.

--Ron


Reply