BP Profile Search › jQuery issue
-
AuthorPost
-
PhilGuest
Hey @andrea,
I’m currently facing an issue with jQuery. I moved a search form onto a dedicated page for the form and one of the search fields is not appearing properly. It’s a checkbox field and you can see it loading, then it collapses as it should but then the selector doesn’t show up. You can see for yourself here: https://fslci.org/members/search-for-mentors-or-mentees/
Looking at the inspector in Chrome I can see that the issue is probably due to this error:
inline-15572a771c9.js:4 Uncaught TypeError: jQuery(…).multiselect is not a function
The issue is present in both Firefox and Chrome, Safari on Mac for some reason works fine.
Any idea how to address that?
Thanks in advance 🙂
andreaPlugin AuthorHi Phil,
Probably you have already fixed your form, it works fine for me on Chrome.
Anyway, I see this error message:
You have included the Google Maps API multiple times on this page. This may cause unexpected errors.
-
AuthorPost