From 2d70a0e45d9aef986cb3049de01978b56d830272 Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Mon, 14 Dec 2020 17:30:00 -0500 Subject: updated drafts, added live to makefile --- drafts/form-fields.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 drafts/form-fields.html (limited to 'drafts/form-fields.html') diff --git a/drafts/form-fields.html b/drafts/form-fields.html new file mode 100644 index 0000000..0aed689 --- /dev/null +++ b/drafts/form-fields.html @@ -0,0 +1,15 @@ +

+ I've been trying to increase my knowledge and ability with designing user + interfaces better. I've been reading and watching learning materials by + experts to try to build better interfaces. One of the things I've been trying + to get better at is web form design. I want my forms to be clear, accessible, + and understandable. There's one piece of advice that I've gotten that has left + both me and some other users confused in pursuit of cleaner, slicker looking + web apps. Form input placeholders Form input placeholders seem great in theory + but they're confusing, inaccessible, and less clean in my opinion insert video + by great web designer and author about cleaning up a form users can't see what + they inserted data form validation hints are gone once text is inserted leaves + fields looking pre-populated as optional, unimportant, not a mental TODO +

+ +

https://www.nngroup.com/articles/form-design-placeholders/

-- cgit v1.2.3