A specific form does not look as it should. I notice that the formidableforms.css is not loaded on that page. Other forms on the same site look as they should (and formidableforms.css is loaded on these pages). If i publish the not working form on another page it still does not look as it should
I need to manually load formiable css by using a code snippet with that form:
<link rel="stylesheet" type="text/css" href="/plugins/formidable/css/formidableforms.css">
In formidable forms Global settings I have changed formidable to load the css on every page, that does not help.
Why does not Formidable load the css automatically?