hi,
When I use form_open with attributes as below:
it outputs
Why is there novalidate tag in form?
and how to get rid of it?
When I use form_open with attributes as below:
PHP Code:
form_open('auth/reset_password/' . $code, array('class' => "forget-form", 'style' => ""))
PHP Code:
<form class="forget-form" action="auth/forgot_password" method="post" style="" novalidate="novalidate">
and how to get rid of it?