My.EOU Portal Current Students Faculty/Staff
Apply Visit Request Info Give Now
Webforms require multiple different techniques to be made accessible. This should not dissuade you from using them; when implemented correctly webforms are the most accessible types of forms, specifically because they have multiple techniques available to make them more understandable to people with disabilities. The upfront effort required in making webforms might be more substantial than creating document-based forms, but tends to have lower maintenance costs in the long-term, so is encouraged whenever possible.
This article assumes you are using native HTML webforms. If you have access to third party services like Qualtrics, these services can be used to create accessible webforms, but they also have question options like drag-and-drop that are inaccessible, and the survey-creating interface itself is not accessible. External resources on accessible Qualtrics forms are available at the end of this article.
* Indicates a required field
Email: *
<label for=”email”>Email: *</label><input type=”text” id=”email” required>
Preferred Contact Method:* Phone Email
<fieldset> <legend>Preferred Contact Method:*</legend> <input type=”radio” name=”contactPref” value=”Phone” id=”contactPrefPhone” required> <label for=”contactPrefPhone”>Phone</label> <input type=”radio” name=”contactPref” value=”Email” id=”contactPrefEmail” required> <label for=”contactPrefEmail”>Email</label></fieldset>
Qualtrics is a reasonably accessible third party forms service. They offer a variety of question types. Most of the standard question types are accessible, but a few of the more complex types, including those with drag-and-drop answers, are not accessible.. Review the following resources to make sure you are choosing accessible question types within your Qualtrics forms.