StealThis .dev

Forgot Password

Forgot password flow with email input, animated success state, resend countdown timer, and back-to-login link. No dependencies.

Open in Lab
css vanilla-js
Targets: JS HTML

Code

Forgot Password

A clean password-recovery flow: enter email, receive animated “email sent” confirmation, with a 60-second resend countdown and back-to-login link.

Features

  • Email input with validation
  • Submit transitions to a success state with animated envelope SVG
  • “Resend email” link with 60-second countdown timer that re-enables the button
  • Edit email link to go back to input state
  • Back to login link throughout
  • Progress indicator: Step 1 → Step 2 breadcrumb dots

How it works

  1. On submit, form panel slides out and success panel slides in with CSS class toggle
  2. startCountdown(60) decrements a counter via setInterval, updates the resend button label, and re-enables at 0
  3. “Change email” button resets to input state so the user can correct their address