Slide 53
Slide 53 text
Validate formatting inline:
email addresses, phone
numbers, credit card numbers
Validate availability inline:
usernames, domains
Wait for the user to submit to
check for required inputs (or
even better, don’t allow
submission without them)
Generally, wait for the user to
submit if data needs server-side
verification: logins, purchases
WHEN TO USE INLINE VALIDATION