Discover instant copy+paste Tailwind components. Explore our huge library.
Beautiful, fully coded UI Kits made for Tailwind CSS and Figma
Browse our collection of premium Tailwind templates.
Hate writing headlines? Use proven headline formulas!
The perfect logo for your project is just a click away.
Easily create beautiful device mockups for your app or website design.
May 4, 2020
Many sites add two fields for some information. This is done for verification, usually to catch typos. If the user somehow mistyped their email address, this second form will catch that and allow the user to fix it.
However, this usually isn’t really necessary. You can put an automatic verification system on the form that checks whether the information filled in is a valid email address. Use one of those instead.
With that there’s still a chance the user may mistype the first part of the email address, but realistically that only happens rarely. It’s usually a best practice to have as little form fields as possible, and experience teaches us that omitting that “Again” field is usually better for your conversion rate.