Hey guys,
Im trying to use the "gform_page_loaded" JavaScript hook to bind JavaScript functions to a form. Everything works as expected except when the form submit process takes place. If the form returns false because of validation errors, the functions that rely on a form submit no longer work. Even simple tasks such as console logging or window alerts will not work after a failed form submission takes place.
Any guesses as to why this is happening, or if there is a possible work around?