Hello,
I have created a registration form with a password and a password confirmation field.
Can anybody tell me how I can verify the input in the confirm passord field?
Thank you
ofm2306
Hello,
I have created a registration form with a password and a password confirmation field.
Can anybody tell me how I can verify the input in the confirm passord field?
Thank you
ofm2306
You will need a specific Javascript for this. Google it.
Usually the Javascript function will look like this:
<script type="text/javascript">
<!--
if (theForm.Editbox2.value != theForm.Editbox1.value)
{
alert("Values must be identical");
theForm.Editbox2.focus();
return false;
}
return true;
}
//-->
</script>
Navaldesign
Logger Lite: Low Cost, Customizable, multifeatured Login script
Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!
There are currently 1 users browsing this thread. (0 members and 1 guests)