@mesmonde it is highly unlikely that your problem is down the use of the minimised version of jquery, I use the minified version on the sites I manage and have never experienced any problems when used with gravity forms that have conditional logic.
Checking your site it looks like you are loading jquery version 1.6.1 from google, this could well be the problem, chrome's javascript console is reporting at least 1 error which is down to a script trying to use the .on() method which was only introduced in version 1.7. I would advise you update that jquery call to version 1.8.3 which is the same version that currently ships with wordpress.
Once you have updated jquery to 1.8.3 you can then re-check to see if your form is working or not.
Posted 11 years ago on Sunday February 24, 2013 |
Permalink