Here is my HTML page. In my HTML page when i tried to submit the form I can see the validate JS Error. But when i convert it to laravel the validation error not appearing. The form comes as Bootstrap modal. What could be possible reason for that?
<form id="signin-form" method="POST" action="">
<div class="row clearfix">
<div class="form-group icon-group col-md-12">
<div class="group-inner">
<input id="field-two" type="email" value="" name="email" placeholder="Email" >
</div>
</div>
<div class="form-group icon-group col-md-12">
<div class="group-inner">
<input id="field-three" type="password" value="" placeholder="Password" name="password" >
</div>
</div>
<div class="form-group icon-group col-md-12">
<div class="group-inner">
<button class="theme-btn btn-style-two ru_btn width100per margin0">Sign In</button>
</div>
</div>
</div>
</form>
Here is the snap of validate js which appears in HTML page:
from Newest questions tagged laravel-5 - Stack Overflow http://ift.tt/2AIytOs
via IFTTT
Aucun commentaire:
Enregistrer un commentaire