Skip to main content
Nintex Community Menu Bar

Is there anything like PreSaveAction() in Nintex Forms ?

  • March 10, 2017
  • 2 replies
  • 15 views

Forum|alt.badge.img+6

We know that , there's something called "PreSaveAction()" method and it executes once we submit the form in SharePoint., But the same method is not working for Nintex Forms . Is there anything which resembles this method ? nintexorms ‌  

2 replies

Forum|alt.badge.img+2

What type of "action" are you looking to accomplish? If it is relating to the specific item properties, you could look at replacing the Save button with a javascript button which runs script before emulating the Save button click.

Best regards,

Scott


Forum|alt.badge.img+6
  • Author
  • March 22, 2017

Thanks ,..

               I was in need of some list level actions like SAVE, I had already used Custom JavaScript to achieve them . Moving further is there any other option than custom JS ?