2
Discovered a simple shortcut to stop form errors before they happen
I had a signup page where people kept missing the zip code field because it blended in with the city input. After 3 tries, I added a tiny red asterisk and a 1-pixel border shift on focus, and errors dropped by half overnight. Anyone else got a tiny fix that saved a whole workflow?
1 comments
Log in to join the discussion
Log In1 Comment
joseph_lewis921mo ago
So you're telling me a tiny red star fixed what a whole signup form couldn't? Pretty sure that asterisk is doing all the heavy lifting now.
4