formsVercel
Placeholder Value
SHOULD
SHOULD: Placeholders end with ellipsis and show example pattern (eg, `+1 (123) 456-7890`, `sk-012345…`)
Set placeholder to an example value or pattern, ending with ellipsis
Bad
Good
Why it matters
Placeholders should show example values, not labels (that's what <label> is for). The ellipsis signals that the value continues or represents a pattern. For example: "name@example.com" or "sk-proj_abc123…"
References