Is there a way to either add a hidden submit button or remove the novalidate form from the forms2.min.js
<form novalidate="novalidate" class="mktoForm mktoHasWidth mktoLayoutLeft" style="font-family: Helvetica, Arial, sans-serif; font-size: 63px; color: rgb(51, 51, 51); position: absolute; top: -500px; left: -1000px; width: 1903px;"></form>
Marketo forms are failing 3rd party SEO validation tools because for accessibility purposes (e.g. using a screen reader) forms must include a submit button. Either kind of element will work:
button
input, with the type attribute using one of these values: submit, image or button
Solved! Go to Solution.
Not clear what you mean. Marketo Forms 2.0 (and 1.0) forms include a submit button (<button type="submit">).