Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Comments on Are JavaScriptless forms accessible?
Post
Are JavaScriptless forms accessible?
+2
−1
I consider to make my website's contact form totally javascriptless (only HTML-PHP-CSS --- no JavaScript at all).
- No modals or alerts
- No prevent default
- No AJAX/AJAX/XHR/JHR
- No form disappearance and replacement with a success message in the same page (rather, a user would be redirected to a success page)
Accessibilitywise, are JavaScriptless forms standard?
If a JavaScriptless form cannot reflect current W3C accessibility standards (in any plausible interpretation of an accessibility expert) than I should stay with JavaScript.
1 comment thread