Hi team,
I have a question regarding accessibility and semantic markup compliance.
In several interfaces, users can enter information or interact with components such as radio buttons and dropdowns. For accessibility reasons, these interactive elements are required to be contained within a <form> element.
<form>
Is there a way to achieve this without using a Form Layout?Currently, the top-level structure of the interface is built using a Header Layout, and I’d prefer not to refactor the entire layout if possible.
Has anyone encountered a similar requirement or found a clean approach to handling this?
Thanks in advance.
Discussion posts and replies are publicly visible
I dont understand how your interface is as you have mentioned Appian layouts as well as HTML tag here. What is the design and goal, if you can explain better