formsVercel
Don't Pre-disable Submit
MUST
MUST: Allow submitting incomplete forms to surface validation
Allow submitting incomplete forms to surface validation feedback
Bad
Good
Why it matters
When the submit button is disabled before the user has tried to submit, they can't discover what's wrong with their form. Enable the button, let them click it, then show comprehensive validation feedback that guides them to fix all issues.
References