Hi i am trying to develop my registration page it is a combination of multistep (tabs) with real time validation which is sort of working ok, it validates on entry which is really good, however when i include the script
which is for the form validation, for some reason the next button for the tabs do not work, when i take it out the next buttons work but the form validation does not.
Any ideas?
All the code for the next button is at the bottom of the code below, the code for the validation is in a seperate file and is pretty big, so ask if you want me to include it.
Thanks for the help
JavaScript / DHTML / AJAX Syntax (Toggle Plain Text)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<!-- twitter style notification bar for validation errors -->
<div id="drawer">Please fill in the empty fields marked with a <samp style="color:red">red</samp> border.</div>
<!-- the form -->
<form id="jform" action="#">
<div id="wizard">
<div class="items">
<!-- page1 -->
<div class="page">
<h3>
<strong>Step 1: </strong> Account Information
<em>Please enter your login information:</em>
</h3>
<label>
<strong>3.</strong> Choose a Password <span>*</span><br />
<input type="password" class="text" name="password" id="password"/>
<em>Must be at least 8 characters long.</em>
</label>
<h2>
<strong>Step 3: </strong> Congratulations! <b></b>
<em>You are now a happy member of the Open Source community</em>
</h2>
<p>
<textarea id="oath" name="oath" cols="50" rows="8" readonly>ajsdnja daj da dh aj dja dj ajd ajhs dajsdnja daj da dh aj dja dj ajd ajhs dajsdnja daj da dh aj dja dj ajd ajhs dajsdnja daj da dh aj dja dj ajd ajhs dajsdnja daj da dh aj dja dj ajd ajhs dajsdnja daj da dh aj dja dj ajd ajhs dajsdnja daj da dh aj dja dj ajd ajhs dajsdnja daj da dh aj dja dj ajd ajhs dajsdnja daj da dh aj dja dj ajd ajhs dajsdnja daj da dh aj dja dj ajd ajhs dajsdnja daj da dh aj dja dj ajd ajhs dajsdnja daj da dh aj dja dj ajd ajhs dajsdnja daj da dh aj dja dj ajd ajhs dajsdnja daj da dh aj dja dj ajd ajhs dajsdnja daj da dh aj dja dj ajd ajhs dajsdnja daj da dh aj dja dj ajd ajhs dajsdnja daj da dh aj dja dj ajd ajhs dajsdnja daj da dh aj dja dj ajd ajhs dajsdnja daj da dh aj dja dj ajd ajhs dajsdnja daj da dh aj dja dj ajd ajhs dajsdnja daj da dh aj djaajhs d</textarea>
</p>
<p>
<input name="newsletter" type="checkbox" id="newsletter" value="" checked />
<label for="newsletter"> Sign Up for the Monthly Telegram.</label>
</p>
<li class="required">
<p>
<input name="agree" type="checkbox" id="agree" value="" />
<label for="agree"> I Swear To Obey the Oath Held Before Me.</label>
</p>
</li>
Bookmarks