Wrapping long text in form UI

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2018 07:07 AM
Please note that we have been asked not to do DOM manipulation to solve this issue.
Also changing the text to shorten the length is not possible.
I am building a table which have check box fields with long labels. The problem here is how do we display them in a way which is pleasant to users
I have tried 3 ways and here are the issues
1) the usual way. it looks like this. customers do not like it.
2) tried blanking out the labels and using annotations. doesn't look good either.
3) used annotations in one column and check-boxes in another. this would have worked but it creates a new issue where the labels are not aligned with the check-boxes so the users will get confused as to which question refers to which check box.
- Labels:
-
User Interface (UI)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2018 01:29 PM
Best practice is to keep labels short and use Hint field in the Field Label record for providing additional information. Hint text pops up when the cursor rests on the field.
Blog: https://sys.properties | Telegram: https://t.me/sys_properties | LinkedIn: https://www.linkedin.com/in/slava-savitsky/

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2018 09:50 AM
thanks. seems like that is the only option.