Form Wizard

Progressive steps with real URLs.

Every step is a route. Fragment navigation makes it feel fast, but the forms still work as plain HTML links and GET submissions.

<ol class="step-nav"> &lt;li class=&quot;active&quot;&gt; &lt;a href=&quot;/&quot; data-fragment-prefetch=&quot;intent&quot;&gt;Profile&lt;/a&gt; &lt;/li&gt;&lt;li class=&quot;&quot;&gt; &lt;a href=&quot;/preferences&quot; data-fragment-prefetch=&quot;intent&quot;&gt;Preferences&lt;/a&gt; &lt;/li&gt;&lt;li class=&quot;&quot;&gt; &lt;a href=&quot;/review&quot; data-fragment-prefetch=&quot;intent&quot;&gt;Review&lt;/a&gt; &lt;/li&gt; </ol>

33% complete

Who is this workspace for?

<label>Name<input name="name" value="Native team" /></label> <label>Role<input name="role" value="Product engineering" /></label>