Skip to content

Instantly share code, notes, and snippets.

View willpracht's full-sized avatar
🦖

Will Pracht willpracht

🦖
View GitHub Profile
@willpracht
willpracht / index.html
Created March 6, 2024 19:37
Multi Page Form (Pure CSS)
<div class="form">
<h2>Multi Page Form (Pure CSS)</h2>
<p>Divide long forms, enable users to flick back and forward.</p>
<p>Use JS to validate form at the end of the stage and highlight tab(s) that contain(s) error.</p>
<input id="one" type="radio" name="stage" checked="checked" />
<input id="two" type="radio" name="stage" />
<input id="three" type="radio" name="stage" />
<input id="four" type="radio" name="stage" />
<input id="five" type="radio" name="stage" />