Skip to main content
Nintex Community Menu Bar

Button click to reset all fields in the Nintex form

  • December 21, 2017
  • 1 reply
  • 74 views

Forum|alt.badge.img

Hi Team,

Please let me know how to reset Nintex list form fields in one reset button click.

Yours sincerely,

Ruwan

1 reply

Forum|alt.badge.img+14
  • Scholar
  • January 5, 2018

if you really wanted to clear each control on the form you would need to write quite complex javascript code.

note that for each type of control this needs to be done in a different way.

I'd rather suggest to reload new form instance with simple call like

location.reload();

you can attach the call to button click as you asked

211919_pastedImage_1.png