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.
Post History
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 disappear...
#6: Post edited
- 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 replacing it 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.
- 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.
#5: Post edited
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 replacing it 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.
- 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 replacing it 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.
#3: Post edited
Accessibilitywise, are JavaScriptless forms standard?
- Are JavaScriptless forms standard?
I consider to make my contact form totally backendish --- no JavaScript at all;- * No modals or alerts
- * No prevent default
- * No AJAX/AJAX/XHR/JHR
- * No form disappearance and replacing it 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.
- 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 replacing it 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.
#2: Post edited
I consider to make my contact form totally backendish --- no JavaScript at all (unless this JavaScript comes directly in the PHP file itself, such as a simple `alert()`).* No modals- * No prevent default
- * No AJAX/AJAX/XHR/JHR
- * No form disappearance and replacing it 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.
- I consider to make my contact form totally backendish --- no JavaScript at all;
- * No modals or alerts
- * No prevent default
- * No AJAX/AJAX/XHR/JHR
- * No form disappearance and replacing it 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: Initial revision
Accessibilitywise, are JavaScriptless forms standard?
I consider to make my contact form totally backendish --- no JavaScript at all (unless this JavaScript comes directly in the PHP file itself, such as a simple `alert()`). * No modals * No prevent default * No AJAX/AJAX/XHR/JHR * No form disappearance and replacing it 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.