Skip to main content
Nintex Community Menu Bar

Reset form including hidden controls and controls with calculated formula

  • October 7, 2019
  • 1 reply
  • 24 views

Forum|alt.badge.img
  • Nintex Partner

How do I reset my form to include hidden controls and fields with calculated values? I have 3 buttons set-up right now. One to clear text box, another one for unchecking boxes, and the last one is to reload the form which is taking at least 12 seconds to load everything. The button to clear text is not recalculating fields associated to the controls; the button to uncheck is not recognizing hidden fields that are incorporated in the workflow.I just need a button to clear all fields that will not take 12 secinds to load. I am not capturing any data. TIA!

1 reply

Forum|alt.badge.img+12
  • Scholar
  • October 8, 2019

@Tet ....If you want to reset the whole form then why don't you use re-direct URL option in your button?

 

Open the button control settings --> Advance --> Redirect URL option

 

Click the directoy and construct the URL - Site URL/Lists/XYZ123/NewForm.aspx 

 

In the above URL, my list name is "XYZ 123" but in the URL of the list it's "XYZ123" (with space in-between).