J
jon
Hi, I am trying to separate form with some div's but frontpage keeps telling
me it is invalid. Here is the code that I am using.
<div id="wizard2" dojoType="WizardContainer" hideDisabledButtons="true"
style="width: 100%; height: 200px;">
<div dojoType="WizardPane">
<form>
<h1>Step 1 of 3</h1>
<p>Lorem ipsum dolor sit amet</p>
</div>
<div dojoType="WizardPane">
<h1>Step 2 of 3</h1>
<p>consectetur adipisicing elit</p>
</div>
<div dojoType="WizardPane">
<h1>Step 3 of 3</h1>
<p>sed do eiusmod tempor incididunt ut labore et dolore magna
aliqua</p>
</form>
</div>
</div>
If it cant be done then how do I link 3 forms together so I can have 1
submit and reset button at the end and it works like there is one form.
me it is invalid. Here is the code that I am using.
<div id="wizard2" dojoType="WizardContainer" hideDisabledButtons="true"
style="width: 100%; height: 200px;">
<div dojoType="WizardPane">
<form>
<h1>Step 1 of 3</h1>
<p>Lorem ipsum dolor sit amet</p>
</div>
<div dojoType="WizardPane">
<h1>Step 2 of 3</h1>
<p>consectetur adipisicing elit</p>
</div>
<div dojoType="WizardPane">
<h1>Step 3 of 3</h1>
<p>sed do eiusmod tempor incididunt ut labore et dolore magna
aliqua</p>
</form>
</div>
</div>
If it cant be done then how do I link 3 forms together so I can have 1
submit and reset button at the end and it works like there is one form.