When I change the country dropdown from US to Canada, the page doesn't refresh and as a result the state's dropdown doesn't reflect the country chosen (Canada).
I don't have the source code, is this a control I have access to modify/fix?
When I change the country dropdown from US to Canada, the page doesn't refresh and as a result the state's dropdown doesn't reflect the country chosen (Canada).
I don't have the source code, is this a control I have access to modify/fix?
I do get this javascript error:
submitenabled is not defined
submitenabled(theForm);
What version of the site is this? Was it upgraded to latest build? The "submitenabled(theform)" is function from {root}\jscripts\formValidate.js, if you're getting the error "undefined", please ensure that it's existing there.