Popup message when a Nintex form loads?

  • 7 November 2019
  • 2 replies
  • 322 views

Badge +8

I am making some changes to an existing form, and I wanted to make a popup message when the form loads to inform users of the new features and process.  It would just be a dialog box with a message and an "OK" button that would pop each time the NewForm.aspx loads.

 

I know I can do this with javascript, but I'm not sure where to put it:

<script>alert("Check out the new form!");  </script>

2 replies

Badge +8

By the way, I did try to paste that javascript into the "Custom Javascript" field in the Form Settings, but I get an error saying that the app is out of date.  When I go to site contents it says there is an update available, but when I click on the update text it takes me to the "store" and "ADD IT" is greyed out. 


 


The answer I've gotten from my IT folks is to delete the app and re-add it, which would mean I would have to individually export all my forms locally and import them once I re-added the app.  Not sure I'm willing to do that.

Userlevel 6
Badge +22
Dont add the script tags when adding the code to the custom javaScript field.
Just add:
alert("Check out the new form!");

Reply