Comments on: 3 Tips for Proper Web Form Design https://webdevstudios.com/2017/12/21/web-form-design/ WordPress Design and Development Agency Mon, 15 Apr 2024 16:00:38 +0000 hourly 1 https://wordpress.org/?v=6.6.2 By: Cameron Campbell https://webdevstudios.com/2017/12/21/web-form-design/#comment-19251 Tue, 02 Jan 2018 17:54:16 +0000 https://webdevstudios.com/?p=17754#comment-19251 In reply to Aaron Curtis.

Hey Aaron, glad you enjoyed the post! So first off, there are 2 cases I’d want you to be aware of where JS might hinder your form: 1.) JS is disabled by the user, as you mentioned (which is less than 2% of users) 2.) JS simply didn’t download because of connection speed or firewall (much more common scenario).

In either of these cases, if the form relies on JS to submit (like an AJAX form) then the user will still see the form but be unable to submit it, unless the form is being added to the page via JS then you’re right; the user would just see the content and nothing more.

Let me know if that helped and if you have any other questions!

]]>
By: Aaron Curtis https://webdevstudios.com/2017/12/21/web-form-design/#comment-18982 Fri, 29 Dec 2017 07:48:01 +0000 https://webdevstudios.com/?p=17754#comment-18982 Hey, great post. Just wanted to ask a question regarding using a JavaScript form. “If your application user disables JavaScript then the user will just see the basic page and nothing more.” Is this true?

]]>