formsVercel
Correct Types & Input Modes
MUST
MUST: Use correct `type` and `inputmode` for better keyboards & validation
Use the right type and inputmode for better keyboards and validation
Bad
Good
Why it matters
Mobile devices show different keyboards based on the input type and inputmode. Use type="email" for emails, type="tel" for phones, inputmode="numeric" for numbers, etc. This provides users with the most relevant keyboard layout.
References