=== Simple Accessible Forms === Contributors: seshelby Donate link: Tags: forms, accessibility Requires at least: 3.9.1 Tested up to: 6.8 Requires PHP: 5.6 Stable tag: 1.0.11 License: GPLv3 or later License URI: http://www.gnu.org/licenses/gpl-3.0.html == Description == Easily make any html form accessible using the Simple Accessible Forms Plugin. Forms must be carefully constructed to ensure accessibility. 1. The form element must include an aria-label describing the purpose of the form. 1. In the event of error or during a multiple step entry process, information previously entered must be auto populated or available for the user to select. 1. Each form field must be labeled using the label tag