Hi,
I have a problem with nintex form using rules and calculated values with internet explorer 8
using a simple calculated value with formula = namedControlHere , yield an error message Error in formula: Object doesn't support this property or method.
As for the rules, if i put a bunch of fields with hiding rules with hide, the fields doesn't hide till i click on them. Also the page displays javascript errors like:
associated.lenght is null or not an object in JavaScriptStringHandler.ashx (line 61)
expected ";" in inplview.debug.js (line 3660)
the rules are like: isNullOrEmpty(namedControlHere)|| isNullOrEmpty(namedControl2Here)|| etc...