Hi there,
I created a form with conditional logic for a wedding RSVP and periodically tested that it was progressing as I expected, and everything was working well. All the fields worked as I expected and I was able to play around to my hearts content. Until a submitted a test entry. I got the email, but now when I navigate to the page that the form is on, I get a blank page. I can see that form is there on the page but is set to display none and that there's a JavaScript error relating to the processing of conditional logic:
Uncaught ReferenceError: gformIsNumeric is not defined
- gf_try_convert_floatconditional_logic.js:89
- gf_matches_operationconditional_logic.js:111
- gf_is_matchconditional_logic.js:79
- gf_get_field_actionconditional_logic.js:45
- gf_apply_field_ruleconditional_logic.js:22
- gf_apply_rules
But I have no idea what it means and how it suddenly got broken!
Can anyone tell me how I can fix this and why it might have suddenly stopped working?!
If it helps, I'm using the "Super Skeleton WP" theme, which actually recommended GravityForms in the documentation.
update:
It's definitely a problem with the conditional logic, if I take that all out, it works fine. It seems to be a problem with me using a "greater than" operator on a dropdown field which has "1", "2", "3", etc as values. I've tried also enable values and putting numbers in there but that makes no difference.
Cheers,
Tom