Hi
I'm trying to get two passwords to verify, but I get no error if they don't match.
My form:
<div class="range">
<div class="cell-lg-4">
<div class="form-group">
<label class="form-label form-label-outside" for="username">Username</label>
<input class="form-control" id="username" type="text" name="username" data-constraints="@Required">
</div>
</div>
<div class="cell-lg-4 offset-top-20 offset-lg-top-0">
<div class="form-group">
<label class="form-label form-label-outside" for="password">Password</label>
<input class="form-control" id="password" type="password" name="password" >
</div>
</div>
<div class="cell-lg-4 offset-top-20 offset-lg-top-0">
<div class="form-group">
<label class="form-label form-label-outside" for="password_confirmation">Confirm Password</label>
<input class="form-control" id="password_confirmation" type="password" name="password_confirmation" >
</div>
</div>
</div>
Any help would be appreciated - assuming you're still supporting this library.
Thanks
Hi
I'm trying to get two passwords to verify, but I get no error if they don't match.
My form:
Any help would be appreciated - assuming you're still supporting this library.
Thanks