We love Wufoo but one thing that has been a bit frustrating is that our beautiful themed forms, which look great when viewed on their own, don’t quite look so hot when embedded in a page.
There are a number of recurring problems with embedded Wufoo forms (in no particular order):
The first three issues are actually quite easy to get around—I just hadn’t had the time or energy to look into it properly.
.embed .wufoo .info {
display:none;
}
.embed #container, html.embed {
background-color: transparent;
}
.embed form.wufoo, .embed .wufoo h1, .embed .wufoo h2, .embed .wufoo h3, .embed ul, .embed li, .embed ol, .embed .wufoo .section div {
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
}
To implement, simply enter the URL of the stylesheet into the advanced option in Wufoo’s theme designer (see http://wufoo.com/docs/theme-designer/#customCSS)
(You might also notice we have a CSS reset file in the same repo which is handy for resetting browsers to “clean slate” state for more consistent cross-browser styling.)
If you have any comments or feedback, we’d love to hear from you. And, if you use this in your forms, do flick us a link to your form page on your website.