From w3c schools we have these definitions:
novalidate:
When present, it specifies that the form-data (input) should not be validated when submitted.
formnovalidate:
When present, it specifies that the element should not be validated when submitted.
Does it make any difference using formnovalidate in the submit button insted of using novalidate in the form?
(I really don't get the difference)