I am getting the following exception on in my form UI:
umbracoforms-conditions.js:64 Uncaught TypeError: Cannot read property 'split' of undefined
at Is (umbracoforms-conditions.js:64)
at evaluateRuleInstance (umbracoforms-conditions.js:127)
at evaluateRule (umbracoforms-conditions.js:139)
at evaluateCondition (umbracoforms-conditions.js:188)
at evaluateConditionVisibility (umbracoforms-conditions.js:207)
at isVisible (umbracoforms-conditions.js:215)
at handleCondition (umbracoforms-conditions.js:221)
at Object._this.run (umbracoforms-conditions.js:230)
at Object._this.watch (umbracoforms-conditions.js:110)
at registration?recordId=dfb01b13-fada-492e-b600-3cf09bd14f41:1040
It looks like value.split(','); is failing in umbracoforms-conditions.js:64 because the value is null.
Any idea what's causing this?
The URL is fee-dev.org/events/young-scholars-colloquium/registration?recordId=dfb01b13-fada-492e-b600-3cf09bd14f41
Stuck on Forms validation error
I am getting the following exception on in my form UI:
It looks like value.split(','); is failing in umbracoforms-conditions.js:64 because the value is null.
Any idea what's causing this?
The URL is fee-dev.org/events/young-scholars-colloquium/registration?recordId=dfb01b13-fada-492e-b600-3cf09bd14f41
I get the exact same error
Me too. I've created an issue:
http://issues.umbraco.org/issue/CON-1463
Please vote for it if you want HQ to look into it.
Me too, had to implement the fix from your code example, now it works. Thanks Rick.
is working on a reply...