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>