hi, i have those 2 fields:
in the validation tab i set pass=pass2, and everything should be ok, but i noticed that when i wrote a wrong password, it immediately turns red and the DIV error appears, but when i change field, and the confirmation's field loses focus, the field turns green and the DIV error disappears, looking like all it's ok, while the passwords are not matched.
And when i submit the form, the field border turns red and the DIV error is showing again, as expected.
Is this a known bug or is just in my form the fact that when the second password field loses focus it looks like validated?
<div class="form_item">
<div class="form_element cf_password">
<label class="cf_label" style="width: 150px;">Password</label>
<input class="cf_inputbox required" maxlength="150" size="30" title="" id="text_5" name="pass" type="password" />
</div>
<div class="cfclear"> </div>
</div>
<div class="form_item">
<div class="form_element cf_password">
<label class="cf_label" style="width: 150px;">Verifica Password</label>
<input class="cf_inputbox " maxlength="150" size="30" title="" id="text_3" name="pass2" type="password" />
</div>
<div class="cfclear"> </div>
</div>
in the validation tab i set pass=pass2, and everything should be ok, but i noticed that when i wrote a wrong password, it immediately turns red and the DIV error appears, but when i change field, and the confirmation's field loses focus, the field turns green and the DIV error disappears, looking like all it's ok, while the passwords are not matched.
And when i submit the form, the field border turns red and the DIV error is showing again, as expected.
Is this a known bug or is just in my form the fact that when the second password field loses focus it looks like validated?