SOLVED

MktoForms2.loadForm SEO issue - Missing standard SUBMIT button code for novalidate

Go to solution
Scott_McClintoc
Level 1

MktoForms2.loadForm SEO issue - Missing standard SUBMIT button code for novalidate

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

1 ACCEPTED SOLUTION

Accepted Solutions
SanfordWhiteman
Level 10 - Community Moderator

Re: MktoForms2.loadForm SEO issue - Missing standard SUBMIT button code for novalidate

Not clear what you mean. Marketo Forms 2.0 (and 1.0) forms include a submit button (<button type="submit">).

View solution in original post

1 REPLY 1
SanfordWhiteman
Level 10 - Community Moderator

Re: MktoForms2.loadForm SEO issue - Missing standard SUBMIT button code for novalidate

Not clear what you mean. Marketo Forms 2.0 (and 1.0) forms include a submit button (<button type="submit">).