Just made the purchase of Formidable pro, and I’m having some trouble with the CSS of my theme. Using Chrome Inspect Element I can’t narrow down where the CSS is coming from that is messing with the forms.
Here’s one of them: http://nzdancenetwork.co.nz/?page_id=18
The forms fields are spaced out in strange ways and the labels are positioned far from the inputs, and the required asterisk is on a seperate line.
Does anybody see where this is coming from?
Thanks a ton!
-Cullen




July 10, 2012 at 1:52 pm
This isn't css, but html your theme is causing. Please refer to this FAQ:
http://formidablepro.com/knowledgebase/why-doesnt-my-form-look-pretty/
July 10, 2012 at 9:26 pm
The [raw] tags aren't working at all. Formidable doesn't do anything with them and they just show through on the page.
Any other advice for isolating the form?
July 10, 2012 at 10:28 pm
Can you contact your theme author and ask them how to prevent content from double filtering? Usually [raw] tags solve this, but your theme may use some other method.
The problem is that the issues aren't CSS. HTML is being inserted into your form. <br> and <p> tags are getting inserted into your form on the second pass through the filter.
Topic closed.