Just wondering if there is a best practice for when a comments section ( a larger text field) is to be included amidst a bunch of regular size text fields in case of a non-modal situation. An example is shown here. any will be great.
asked Nov 18, 2018 at 18:19 Karthik Rajendran Karthik Rajendran 583 4 4 silver badges 10 10 bronze badgesWhy not have regular size and once typing beyond the limit, increase the height accordingly? One more thing, Z-Scanning patterns in forms are tedious for users to fill and reduce the rate of form completion.
Commented Dec 21, 2018 at 12:24You could put the comment field at the end without putting it bigger, but with a help text that tells you how many characters you can enter. As they all say too, you should align the form vertically according to the Z-scan design pattern and with respect to the date it is more advisable to handle it in a single box and not in 3.
answered Aug 16, 2019 at 14:09 Kely Martinez Kely Martinez 13 4 4 bronze badgesNot sure about best practice, but I'd expect it to run vertically instead of being spread out all over the page like that.
answered Nov 19, 2018 at 9:34 117 4 4 bronze badgesA "comments/further information" section would probably be expected to be at the end of the form, so depending on width of the window, you could have it as full-width.
Based on the fields there, you may want to center them more and make the form more vertical. Then with the smaller width, a full-width textarea wouldn't seem as out of place. If it's still too wide then, you could instead make it more high than wide, and if it's tall enough, place 2 fields to the other side of it.
answered Aug 16, 2019 at 12:58 Alec Gordon Alec Gordon 111 2 2 bronze badgesTo subscribe to this RSS feed, copy and paste this URL into your RSS reader.
Site design / logo © 2024 Stack Exchange Inc; user contributions licensed under CC BY-SA . rev 2024.9.4.14806