I like the idea of having some kind of toggle that'd include (or not) the forms.css file automatically.I supposed it'd still fall under the "workaround the styles" part you already...
Hey Mr. Dude -- love the name, love the idea!How do you imagine this would integrate with a Marketo form -- would it be a stand-alone service that pushed to a hidden form or someth...
Hey Diana,What is a "comprehensive full stack of web dev as a service" that you're looking for -- like what would you need to get developed? Is stuff for Marketo or more like a web...
Hey Jordan-We use a mix of <th> and <td> for email with class-based CSS to help them stack for mobile and it seems to work out all right. I noticed in your HTML above, it looks lik...
I'd add that working with Bootstrap makes this a lot easier - there are built-in classes to help "flex" (display) and "order" (position) content without needing to build it up from...
We normally build one-to-many templates and have a few clients running assets in the 1k+ range. In my experience, you can "trigger" the mass approval and it'll take a long time but...
Hey Liz,Could you add a link to preview the live LP, it'd be easier to have a look at the code to figure out what's going on here.Without seeing it, it sounds like something that m...
Using the Chrome browser, you can right-click into the WYSIWYG editor and choose the"paste as plain text" to get your text in there without the styling as well.Another way of going...
This setup should allow the user to select the "labels above" OR the "labels left" options. You can work that in by adding the layout class to the form selector: .mktoForm.mktoLayo...
I've seen form styling come up a few times in the community and wanted to do my part to post some basic CSS that can be used as a starter to get your forms from zero-to-hero with a...