Skip to main content

Search

Change the Appearance of a Field

Feedback About the Article

Let us know what was helpful or not helpful about the article below.

1 comment

  • Celena Mangus

    Some feedback for the forms center, there is an issue with accessibility with the following code:

    <textarea aria-hidden="true" id="e_28" name="fields[14].Value" style="display: none;"></textarea>

    and the code causes the following flag with monsido:

    aria-hidden="true": This attribute (aria-hidden) is set to "true," which means that the element and its content are hidden from assistive technologies like screen readers. In other words, it's making this <textarea> invisible to users who rely on screen readers to access web content.

    0

Please sign in to leave a comment.