Solved
Remove tha auto-generated forms2.css
I want to do my own style for forms2, not just add upon marketos default styles. But no matter what i do Marketo always adds the file called forms2.css.
I tried to remove it with a jQuery function:
$( document ).ready(function() {
$('#mktoForms2BaseStyle').remove();
$('#mktoForms2ThemeStyle').remove();
});
But it still apears.

Any suggestions?
I tried to remove it with a jQuery function:
$( document ).ready(function() {
$('#mktoForms2BaseStyle').remove();
$('#mktoForms2ThemeStyle').remove();
});
But it still apears.

Any suggestions?