Hello, I have an application that disables several fields until the previous fields have data. I add an AjaxEvent to each field and listen to onBlur event. I’ve hooked them up to a javascript module. When I have code on my javascript module, my previous disabled field no longer hides. If I remove my code from the javascript module, then it works file. I’m getting an error on the console as well.
My Javascript Module
errors