Form fields as artifacts (not announced by a screen reader)
Is it possible to truly make make a form field an artifact so it is not announced by a screen reader?
The situation: I have a PDF document that has a form field on the first page to let the user enter a document number consisting of alphabetic and numeric characters. The document owner wants the document number to display in the footer of every page in the document.
I can duplicate the form field in the page footer on every page using the same 'name' property so that the document number displays on every page. Works great!
But, I do not want it to be announced by a screen reader on every page, just on the first page.
I am able to make the form field an artifact (background) on the subsequent pages using the Reading Order tool. This takes the fields out of the tag tree, BUT the Accessibility Full Check tool lists the artifact fields as failing the 'Tagged Annotations' rule. And a screen reader still announces the fields.
Any thoughts on truly hiding the duplcate form fields from a screen reader? Or other ways of displaying the text in the footer of every page without making the accessibility checker lose its mind?
Thanks.
