Solved

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

  • 16 April 2024
  • 2 replies
  • 33 views

Badge +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.

icon

Best answer by bamaeric 16 April 2024, 23:11

View original

2 replies

Userlevel 5
Badge +13

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.

 

Badge +1

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