Skip to main content
A full registration form with validation, password confirmation, and auto-login after signup.

Properties

PropertyTypeDescriptionDefault
Accent ColorColorPrimary button and focus ring color#9EE86F
Border RadiusNumberCorner radius for inputs and button8
Button TextStringText displayed on the submit buttonSign Up
Redirect URLStringWhere to redirect after registration/welcome
Show Name FieldBooleanShow/hide the full name inputtrue

Features

  • Full name, email, password, and confirm password fields
  • Real-time password match validation
  • Email format validation
  • Auto-login after successful registration
  • Welcome email sent automatically
  • Configurable redirect after signup

Usage

  1. Insert the component from Auth Plugin > Components
  2. Place it on your registration page (e.g., /sign-up)
  3. Set the redirect URL to your welcome or onboarding page
  4. Toggle the name field on/off based on your needs
After registration, the user is automatically signed in and redirected. A welcome email is sent using your branding settings.