I am trying to insert a form built with Web Form Builder into a website built with RSD. The form works fine in its own html template but combined with RSD javascript based error checking and some other features stop working.
It looks like a conflict between jquery 1.11.0 (needed in RSD) and jquery 1.4.4 (pulled in by WFB).
In short: without the link to jquery 1.11.0 my form works OK, but my pulldown menus freeze. With query 1.11.0 included the RSD menus work OK, but the WFB forms error checking stops working.
Any ideas?
It's easy to see, once you see it.