No matter what I keep getting Uncaught TypeError: Object #<Object> has no method 'chosen' on this site http://www.brevardbar.com.php53-7.ord1-1.websitetestlink.com/demo/members. Its starting to irritate the hell out of me.
No matter what I keep getting Uncaught TypeError: Object #<Object> has no method 'chosen' on this site http://www.brevardbar.com.php53-7.ord1-1.websitetestlink.com/demo/members. Its starting to irritate the hell out of me.
Your site is including a very old version of jQuery in addition to the correct 1.8.3 version. See this in the source:
<script type="text/javascript" src="wp-content/themes/brevardbar/menu/jquery.js"></script>
That is a link to jQuery version 1.3.2. The conflicting versions of jQuery will create problems with the chosen.js script.
If you test the form in the form preview, does the enhanced interface work? If it does, you can check for theme and plugin conflicts by using these instructions http://rkt.gs/testing
just saw that and removed that seems to be working perfectly now.
Very good. Thank you for updating this topic.