Hey Dan,
If you've got Bootstrap running in your template, you could start with any of the copy/paste carousel options you get for free with Bootstrap:https://getbootstrap.com/doc...
It's not the best or cleanest (or my favorite) process, but we've done this in the past by pulling the HTML from the preview panel of the Email Editor and then editing that HTML in...
Would it be possible to share a link to a page with a form using the correct setup and a page with a cloned form that's not working correctly? This would make it possible to dig in...
Hey Nick,
If you look at the CSS toward the bottom, there's a section with a /* button */ label just above the responsive styles (copied below for reference).
You'll notice a few...
The CSS 'order' property within a 'display:flex;' parent container will allow you to adjust the display order of items inside the container.https://www.w3schools.com/cssref/css3_pr...
I definitely agree that it's easier to style a label inside a row or column or fieldset where you can append a selector to the parent element. In the case of having different label...
You could add a class (or any html) to the individual label (and display text for radio/checkboxes) from within the form editor. Alternately, you could use a fieldset to create a 2...
This is a case where you'd probably want to create a division between ALL field labels and then field labels inside a fieldset. For example, if you had 1 select and 10 text inputs,...
...looks like you've got this moving in the right direction already, but here's an alternate approach to this issue that's worked for me, for anyone else who's running into a simil...
What's odd is that everything else in the section that's hidden for large screens (or vice versa) EXCEPT the form works...it's just the Marketo form that has the issue...
Technic...