Hi there,
We were using forms v.1 and a jquery plugin called Chosen to style our dropdown fields (http://harvesthq.github.io/chosen/). Now that we've moved to the embedded v.2 forms on our site these styled select fields have lost the formatting.
I'm assuming it's because the new forms are embedded via javascript and Chosen also uses javascript, looks for select fields and replaces them with more standard HTML elements so it's easier to style. There's a conflict or parse order somewhere, but I'm not sure where to start.
Do the Marketo forms ignore all other JS on my site? And if so, is there a way around that so that we can continue to use Chosen for styling our dropdowns?