Does anyone know how to style the email forms in marketo?
I noticed that the divs in the markup that are generated to enclose around the various form elements in the form have the following class for every single one. Is there a way to insert a different class?
<div class='mktoFormRow'>
<div class='mktoFormCol'>
</div>
</div>
<div class='mktoFormRow'>
<div class='mktoFormCol'>
<label class="mktoLabel" for='Email'>
<span class="email-label">Email Address:</span> </label>
<input type="text" class='mktoField mktoTextField' name='Email' id='Email'>
</div>
</div>
<div class='mktoFormRow'>
<div class='mktoFormCol'>
<label class="mktoLabel" for='enewsRegularOptin'>
Palisade Newsletter </label>
<input type="text" class='mktoField mktoTextField' name='enewsRegularOptin' id='enewsRegularOptin'>
</div>
</div>