Register
An account-creation form. Email + password (and optionally name) with Google Sign-In support and a configurable redirect URL after successful signup.
When to use it
/registeror/sign-uppage- Signup modal triggered from the header
- Member-creation step in a multi-page funnel
When not to use it
- Sign-in for existing accounts — use Login
- Logged-in member dashboard — use Account
- Generic enquiry form — use Contact
Settings
Button Text — text input (default: "Create Account")
Submit-button label.
Redirect URL — text input (placeholder: Optional)
Where to send the user after successful signup. Leave empty to land on the default page.
Options (3 toggles)
- Name fields (default: on, left) — show First Name + Last
- Require name (default: off, right) — when on, name fields
- Show Google Sign-In (default: on) — show "Continue with
Name inputs
are required (otherwise optional even when shown)
Google" button
Colours (4-swatch row)
Pinned to the corners of a single row:
- Button (left) — submit-button fill
- Field BG (centre-left) — input fill (default: light grey)
- Border (centre-right) — input border colour
- Text (right) — input text colour
Sliders
- Radius — 0–20px (default: 4). Field corner roundness.
- Max Width — 200–800px (default: 400). Form container.
- Field Gap — 3–20px (default: 16). Vertical spacing.
Entrance animation
Standard widget at the bottom.
Per-device overrides
Button text, Redirect URL, toggles, colours, sliders all have per-device values.
Common override:
- Max Width — narrower on desktop (380), 100% on mobile
Common patterns
Standard signup page
Button Text "Create Account" · Name fields on · Require name off
· Google Sign-In on · Redirect URL /welcome · Max Width 400 ·
Radius 4.
Email-only quick signup
Name fields off · Google Sign-In off · Button Text "Sign up" · Max Width 320 · Radius 24 (pill).
B2B / professional signup
Name fields on · Require name on · Google Sign-In on · Redirect
URL /onboarding · Radius 4.
Related
blocks/login— for the matching sign-in formblocks/account— the logged-in member dashboardblocks/contact— for general contact (not signups)