Developer Documentation

Everything you need to integrate, customize, and contribute to OpenAccess FormChecker.

Dev Tools Icon Globe Icon Privacy Icon

Quick Start Guide

To embed OpenAccess FormChecker on your site:

<script src="https://openaccessibility.github.io/formchecker/js/main.js" defer></script>
<link rel="stylesheet" href="https://openaccessibility.github.io/formchecker/css/style.css">
<form-checker></form-checker>
      

How It Works

FormChecker runs client-side audits on pasted HTML. It checks for:

Contribute

We welcome contributions via pull requests. Please ensure your changes pass accessibility linting and WCAG test cases. Clone the repo, create a branch, and submit a PR with a clear description.

Open Source License

This project is licensed under the MIT License. See the LICENSE file on GitHub for details.