I need to create an assessment for my company. This would be a multi page test for certification. Can someone point me in the right direction for completing this task.
Thank You
Thank You
<p><font size="3"><strong><font color="#ff0000">Please be sure to click the Update Profile button before moving to another tab.</font></strong></font></p>
<p>{tab=Personal} Please click on each tab to complete your profile. <br />
{chronocontact}seeker_profile{/chronocontact}</p>
<p>{tab=Education - Bible} {chronocontact}seeker_bible{/chronocontact}</p>
<p>{tab= - Secular} {chronocontact}seeker_otheredu{/chronocontact}</p>
<p>{tab=Ministry Background} {chronocontact}seeker_ministry{/chronocontact}</p>
<p>{tab=Theology} {chronocontact}seeker_theology{/chronocontact}</p>
<p>{tab=Ministry Style} {chronocontact}seeker_ministrystyle{/chronocontact}</p>
<p>{tab=Contemporary Issues} {chronocontact}seeker_contemp{/chronocontact}</p>
<p>{tab=Positions} {chronocontact}seeker_position{/chronocontact}</p>
<p>{tab=Resume} {chronocontact}seeker_resume{/chronocontact}</p>
<p>{tab=Video/Audio} {chronocontact}seeker_video{/chronocontact} {/tabs}</p>
<?php
$tabs = new mosTabs(1);
$tabs->startPane( 'test_form' );
$tabs->startTab( 'Tab 1', 'tab_1' );
?>
Name: <input name="name" value="" type="text">
<?php
$tabs->endTab();
$tabs->startTab( 'Tab 2', 'tab_2' );
?>
E-mail: <input name="email" value="" type="text">
<?php
$tabs->endTab();
$tabs->startTab( 'Tab 3', 'tab_3' );
?>
{imageverification}
<?php
$tabs->endTab();
$tabs->startTab( 'Tab 4', 'tab_4' );
?>
<input name="submit" value="Submit" type="submit">
<?php
$tabs->endTab();
$tabs->endPane();
?>
and here's what the form tabs look like (all four in the same image here).