I am having several issues. The biggest one is that none of the javascript is working for the plugin on one of my forms. When I preview the form everything works fine, but if I embed it into a page then it stops working. in the console i get the error
'Uncaught TypeError: Object [object Object] has no method 'datepicker'
and a bunch of other errors depending on what I click on. The javascript obviously isn't being loaded because of the errors, but I have no idea how to fix it.
On another form the entire thing is hidden by default and I have to add the css 'visible:inherit !important' to get it to show up.
In both forms I am using conditional logic. Is that what is causing the problems?
I really need to get this error fixed so that I can finish the website.