Hi all,
I'm working on a form and am using the "textarea" field, but noticing the formatting in the approved page is looking very off. Not sure why it's doing this. In the form creation in design studio, it's not showing like this.
link to page as well: https://go.watermarkinsights.com/CAEPFall.contact.html
Solved! Go to Solution.
You have custom CSS titled "<!--MARKETO FIXES / RESETS-->" (ahem...) on this page. It's setting the margins for INPUTs and SELECTs but not TEXTAREAs. So the aberration is because you didn't style every element in the form.
It's much better to use an enhanced framework to style form fields with CSS (Read this Better styling of forms : yet another framework ) than trying to adjust pixels in Marketo form editor, which will always look weird in one html client or another.
-Greg