Open
Description
When I tried to check password qual to conform password as follows it want work for me.
Password
<div class="control-group">
<label for="confirm_password">Confirm Password:</label> <input
type="password" name="confirm_password"
id="reg_confirm_password" value=""
data-validation-matches-match="password"
data-validation-matches-message="Must match email address entered above"
required>
</div>