Best way to add an extra (nested) form in the middle of a tabbed form
- by Scharrels
I've got a web application, consisting mainly of a big form with information. The form is split into multiple tabs, to make it more readable for the user:
<form>
<div id="tabs">
<ul>
<li><a href="#tab1">Tab1</a></li>
<li><a href="#tab2">Tab2</a></li>
</ul>
…