Browser addons — Google Chrome extensions

HTML5 Form validation remover

Remove HTML5 Form constraints, allowing you to submit any form even if there is a required attribute or other custom input type.

This extension add a novalidate attribute on all the forms of the current page, even the ones loaded via AJAX.

The public of this extension is mainly developers wishing to test their backend form validation from a modern browser.

How to use it
=============

When browsing a webpage with a Form, click the button and the extension will disable validation on all the forms.

It’s open source
===============

Checkout the website below, this extension is open source and you can help!