The form accepts empty or malformed input (e.g. numbers in the city field) without any inline validation, likely just triggering a generic error only after hitting the backend. Add basic required-field and format validation with clear inline messages.
The form accepts empty or malformed input (e.g. numbers in the city field) without any inline validation, likely just triggering a generic error only after hitting the backend. Add basic required-field and format validation with clear inline messages.