Hey everyone,
I'm trying to get client click on my save button to do something, anything but can't even get it to show an alert. I followed this post: How to call javascript function on Save button click?
Here is my button settings:
I've tried setting the "Causes validation" to Yes and no.
I also tried wrapping the client click like NWF$(document).ready(function(){alert('Save Clicked');});
It just does nothing any ideas?