**Feature summary** (what you would like to be able to do and where):
Add a "noJS" or "use basic interface" toggle to the SecurePoll voting interface that allows voters to switch from the JavaScript-based drag-and-drop UI to a simpler, dropdown-and-select interface
**Use case(s)** (list the steps that you performed to discover that problem, and describe the actual underlying problem which you want to solve. Do not describe only a solution):
Some voters experience issues with the drag-and-drop interface in SecurePoll, especially when using older browsers, accessibility tools, or non-standard input methods (e.g. screen readers, keyboard navigation). While a non-JS interface exists, it currently requires JavaScript to be disabled entirely, which is not always practical.
The underlying problem is that users encountering trouble with the JS-based UI have no convenient way to switch to a fallback version. Offering a toggle in the UI itself would provide a clear and user-friendly solution.
**Benefits** (why should this be implemented?):
- Improves accessibility for users with disabilities or incompatible devices (bandaid solution for T400243, T400491, T400492, and T400593)