terminal42 / contao-ajaxform

Submit a form through ajax and display error or confirmation message.
14 stars 7 forks source link

ajaxform does not respect the "Disable HTML5 validation" setting #5

Closed nkirstein closed 8 years ago

nkirstein commented 9 years ago

This happens because the template ajaxform.html5 doesn't have <?= $this->novalidate ?> in the <form> tag.