MktoForms2.loadForm SEO issue - Missing standard SUBMIT button code for novalidate | Community
Skip to main content
Scott_McClintoc
New Participant
May 9, 2023
Solved

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

  • May 9, 2023
  • 1 reply
  • 1005 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by SanfordWhiteman

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

1 reply

SanfordWhiteman
SanfordWhitemanAccepted solution
New Participant
May 10, 2023

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