Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
UPDATE:My research (quite randomly) led me to (yet another) hack solution for this issue by none other than the ultimo Marketo hackster himself, @SanfordWhiteman !https://blog.teknkl.com/tagging-labels-with-input-types-for-styling/Thanks again Sanford! Is this such a "rare need"? Seems pretty comm...
mktoFieldSelectmktoFieldTextmktoFieldEmailmktoFieldPhonemktoFieldNumberetc.
The only class that is specific to the field type is on the input element itself, but I want to style the LABELS of the inputs differently depending on the type. I could probably even manage if I could switch the label in the DOM to come AFTER the input using input[type=...] ~ label... but you know ...