Dear IW Support Team:
There is an error on your support site, .. thought I'd pass it on for the other folks out there as well by posting on the Templating Forum boards.
on this page of your support documentation:
http://iwdev/iw/help/tst/formapi/formapi_18.html#SEC18the following object is written wrong..
IWEventRegistry.addHandler("onSaveValid", validateForm);
should read
IWEventRegistry.addFormHandler("onSaveValid", validateForm);
instead.. as indicated correctly in the Technote: 49633