Skip to main content
Nintex Community Menu Bar
Solved

Button to save data, clear form then allow new data to be entered.

  • April 16, 2024
  • 2 replies
  • 116 views

Forum|alt.badge.img+1

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.

Best answer by bamaeric

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.

 

2 replies

bamaeric
Forum|alt.badge.img+14
  • Apprentice
  • Answer
  • April 16, 2024

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.

 


Forum|alt.badge.img+1
  • Author
  • Rookie
  • April 16, 2024

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