Skip to content
Novus Examples

Multi-step signup

A three-step signup wizard — account, profile, and review — with validation gating each step.

Download this form as a standalone HTML file

Demo endpoint: submissions are validated server-side and returned as success, but nothing is stored, emailed, or forwarded.
  1. 1Account
  2. 2Profile
  3. 3Review

At least 8 characters

Embed this form

It's a single self-contained HTML file (inlined CSS, native validation, no external requests). Download it, host it on your own site, and drop it into any page with an iframe.

iframe embed
<!-- Download signup.html, host it on your site, then embed the form anywhere: -->
<iframe
  src="/path/to/signup.html"
  title="Sign-up form"
  width="100%"
  height="640"
  loading="lazy"
  style="border:0">
</iframe>