Hello,
I'm using gforms in my jQuery mobile framework - and having 'ajax' enabled on all forms. I'm running about 5 forms and they all run amazing with no errors in iPhone safari console. I've deregisted the gforms CSS and the jQuery mobile CSS takes over perfect with a few tweaks.
But I've just added a spanner in the works...
I've added conditional logic in one of my forms - with the same 'ajax' true settings.
It's only 2 conditional variables in place on 2 multiple choice fields.
The form is very minimal - 3 fields overall, but with this conditional logic enabled, when I click the page button, the form page does not even load and this error appears.
"JavaScript Error on Line 1
undefined
ReferenceError: Can't find variable: gf_apply_rules"
I have tested the same form in my non-mobile theme - all works fine.
I understand you have not designed gforms to natively work in jQuery Mobile framework - but any suggestions in why this is happening (because of conditional logic enabled) - would be very very helpful.
Thanks in advance!