Forum Moderators: phranque
I just ran my form though the W3C validator and got the above error. Obviously the attribute 'name' is not allowed.
Is there any other way to use 'value' in the code below so it does validate? I am using this in conjunction with a javascript form validator.
onsubmit="return formcheck(this);" value="submit"
Many thanks
C