Hi, think I've found a bug.
I got:
Uncaught TypeError: Cannot call method 'split' of undefined
gf_get_valueconditional_logic.js:67
gf_is_value_selectedconditional_logic.js:59
gf_get_field_actionconditional_logic.js:37
gf_apply_field_ruleconditional_logic.js:18
gf_apply_rulesconditional_logic.js:4
windowsign-up-the-details:208
c.extend.readyjquery.js:26
Ljquery.js:33
When loading a form - resulting in the form not showing up as the display:none CSS declaration is still in the element style - I assume b/c the javascript errored before finishing.
I *think* the cause is that I deleted a field (drop-down) that was set to populate dynamically from the form. The fieldid still appears in the JS on-page, but that field is no longer part of the form - i.e. there is no field with that id on the page any more.
Let me know if you need any more info...
Cheers,
divydovy