Javascript Errors
My form was working perfectly until I added some script to hide fields based on a button... now I get an error
JavaScript Debugger (window) says:
TypeError: f is null
1051:byteCodeTool
Any ideas?
My form was working perfectly until I added some script to hide fields based on a button... now I get an error
JavaScript Debugger (window) says:
TypeError: f is null
1051:byteCodeTool
Any ideas?
I'm not sure what that means? ... but the issue appears to be in the cascade drop lists
In some code somewhere in the form, it's attempting to assign a field object to the variable f, for example:
var f = getField("Text1");
but the field ("Text1") does not exist. It could be that it was deleted or renamed. You're going to have to find the code and determine which field name it's using, and go from there.
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.