[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
xampp182
/
htdocs
/
simpeg
/
zapatec
/
zptabs
/
zptabs
/
demo
/
[
Home
]
File: wizard_tab_user.html
<form id="userForm" name="userForm" class="zpForm" style="margin: 0px"> <div id="userTabError" style="display: none; padding: 5px; font: bold 14px arial, sans-serif; color: #f00"></div> <table> <tr> <td><label class="zpFormLabel" id="uFirstNameLabel" for="uFirstName">First Name</label></td> <td><input class="zpFormRequired" size="40" maxlength="1024" id="uFirstName" name="uFirstName" type="text" /></td> </tr> <tr> <td><label class="zpFormLabel" id="uLastNameLabel" for="uLastName">Last Name</label></td> <td><input class="zpFormRequired" size="40" maxlength="1024" id="uLastName" name="uLastName" type="text" /></td> </tr> <tr> <td><label class="zpFormLabel" id="uEmailLabel" for="uEmail">Email</label></td> <td><input class="zpFormRequired zpFormEmail" size="40" maxlength="1024" id="uEmail" name="uEmail" type="text" /></td> </tr> <tr> <td><label class="zpFormLabel" id="uAddress1Label" for="uAddress1">Address Line 1</label></td> <td><input size="30" maxlength="1024" id="uAddress1" name="uAddress1" type="text" /></td> </tr> <tr> <td><label class="zpFormLabel" id="uAddress2Label" for="uAddress2">Address Line 2</label></td> <td><input size="30" maxlength="1024" id="uAddress2" name="uAddress2" type="text" /></td> </tr> <tr> <td><label class="zpFormLabel" id="uCityLabel" for="uCity">City</label></td> <td><input size="40" maxlength="1024" id="uCity" name="uCity" type="text" /></td> </tr> <tr> <td><label class="zpFormLabel" id="uStateLabel" for="uState">State</label></td> <td><input size="40" maxlength="1024" id="uState" name="uState" type="text" /></td> </tr> <tr> <td><label class="zpFormLabel" id="uZipLabel" for="uZip">Zip</label></td> <td><input size="20" maxlength="1024" id="uZip" name="uZip" type="text" /></td> </tr> <tr> <td><label class="zpFormLabel" id="uCountryLabel" for="uCountry">Country</label></td> <td><input size="40" maxlength="1024" id="uCountry" name="uCountry" type="text" /></td> </tr> <tr> <td><label class="zpFormLabel" id="uPromoLabel" for="uPromo">Promo Code</label></td> <td><input size="20" maxlength="1024" id="uPromo" name="uPromo" type="text" /></td> </tr> </table> </form>