Expected Results:
Remove aria-hidden="true" from the visible element for the form inputs as this may block some screen readers from announcing the form label.
Actual Result
Form Labels: The form fields use both label elements and aria-labelledby attributes referencing the label element. The label elements have aria-hidden="true" set on them hiding the form label from screen readers. Screen reader users may not understand the purpose of the form fields.