Live form examples
Forms are live, on-site examples rather than downloads — targets for testing scrapers, autofill tools, screenshot tools, and form parsers. Each form has real client-side validation with visible error and success states, a demo submit endpoint that validates without storing anything, and a panel showing its actual source. From a simple contact form to a multi-step wizard and a survey with mixed question types, they give form-testing tools something real to point at.
Simple contact form
Name, email, and message with client-side validation.
Full contact form
Every common input type, including a file-input demo.
Multi-step signup
A three-step wizard with a review step and per-step validation.
Survey form
Mixed question types — rating, radios, checkboxes, and more.
Download form files
Standalone HTML forms — inlined CSS, native validation, a honeypot, and no external requests. Download one, open it offline, and use it to test autofill, scrapers, and parsers.
Contact Form (HTML)
A downloadable, self-contained contact form — name, email, subject, and message with native HTML5 validation and a honeypot. Open it straight from disk; no scripts or requests leave the page.
Full Contact Form (HTML)
A downloadable form exercising every common input type — text, email, tel, url, number, date, time, colour, range, select, radio, checkbox, file, and textarea — for testing autofill, scrapers, and parsers.
Sign-up Form (HTML)
A downloadable account sign-up form with username/password constraints, a required terms checkbox, and native validation — a realistic registration form for testing form tooling.
Survey Form (HTML)
A downloadable survey form with mixed question types — a rating scale, dropdown, checkbox and radio groups, a satisfaction slider, and a comment box.