Button click to reset all fields in the Nintex form

  • 21 December 2017
  • 1 reply
  • 43 views

Badge

Hi Team,

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

Yours sincerely,

Ruwan


1 reply

Userlevel 5
Badge +14

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

Reply