summaryrefslogtreecommitdiff
path: root/drafts/form-fields.php
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2025-10-21 21:25:41 -0400
committerAdam T. Carpenter <atc@53hor.net>2025-10-21 21:25:41 -0400
commit2f5ea4d741f2b4c125849c3c19772fef6e1ee9b4 (patch)
treec34935a29984d16617bb126ec82f7e1ca407b67f /drafts/form-fields.php
parent821be8bca1ded6950d992eadfea820eed0307dd4 (diff)
download53hor-2f5ea4d741f2b4c125849c3c19772fef6e1ee9b4.tar.xz
53hor-2f5ea4d741f2b4c125849c3c19772fef6e1ee9b4.zip
draft cleanup and add wwoo stories
Diffstat (limited to 'drafts/form-fields.php')
-rw-r--r--drafts/form-fields.php15
1 files changed, 0 insertions, 15 deletions
diff --git a/drafts/form-fields.php b/drafts/form-fields.php
deleted file mode 100644
index 0aed689..0000000
--- a/drafts/form-fields.php
+++ /dev/null
@@ -1,15 +0,0 @@
-<p>
- 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
-</p>
-
-<p>https://www.nngroup.com/articles/form-design-placeholders/</p>