Gravity forms jQuery conflict issue
-
This is the site i’m building – https://vaeye.theideacenter.com/application-of-employment/
On that page is a form built using gravity forms, if you insect element you’ll see that the css is set to display:none.
If I remove the following line from the footer.php the form appears and works perfectly, but the dropdown menus don’t work.
<script src=”/wp-content/themes/ticstrap/js/jquery.js”></script>
Originally there were a lot of jQuery errors on the site but they’ve all been fixed according to the tests I’ve been able to do.
I’m was using jQuery v1.10.2, I tried the newest version and had the same problem.
There’s a CSS hack that’ll make the form appear but then the conditional fields don’t work
Any idea as to what might be causing this problem?
- The topic ‘Gravity forms jQuery conflict issue’ is closed to new replies.