Closed nkirstein closed 8 years ago
This happens because the template ajaxform.html5 doesn't have <?= $this->novalidate ?> in the <form> tag.
<?= $this->novalidate ?>
<form>
This happens because the template ajaxform.html5 doesn't have
<?= $this->novalidate ?>
in the<form>
tag.