Hello, I'm using a file upload field at Contact form 7 and the plugin generates by default two invalid html5 attributes at the input tag...
"Error Line xxx, Column xxx: Attribute size not allowed on element input at this point."
…ame="file" id="curriculo" class="wpcf7-file" size="40" value="1" /></span>
"Error Line xxx, Column xxx: Attribute value not allowed on element input at this point."
…ame="file" id="curriculo" class="wpcf7-file" size="40" value="1" /></span>
I tried to remove it with javascript but the w3c validation happens before the document.ready function fix it.
There's any suggestions? I need to validate it!
Thanks