1. Streamline Support
  2. Website Accessibility

Accessibility: Embedded Content: Missing Form Field

Incorporating descriptive labels using HTML tags, developers can easily enhance form field accessibility, ensuring compliance with standards and creating a more inclusive online experience for all users.

While efforts can be made to enhance the accessibility of your embedded content, Streamline cannot guarantee that embedded content is accessible. We urge users to contact the embedded content owners/providers to prioritize accessibility and offer alternative formats. 

We highly encourage users to utilize the Streamline Forms Tools in place of any embedded form tool or widget. 

To add labels to missing form fields, website developers can follow a straightforward process. By identifying the form fields that lack labels and adding descriptive labels using the appropriate HTML tags, developers can ensure that their forms meet accessibility standards.

For example, to add a label to a text input field for the "Name" attribute, developers can use the following HTML code:

<label for="name">Name:</label>
<input type="text" id="name" name="name">

By implementing these steps, developers can enhance the accessibility of their websites and provide a more inclusive online experience for all users.

 

Looking to add labels to a Streamline Form Field? Check out our Accessibility: Missing Form Field article.