-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
347bff6
commit 0a88878
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
20 changes: 20 additions & 0 deletions
20
ILIAS-development/2023/Complex-forms/research-and-references.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
Going from accordion and tabs to wizard | ||
* https://medium.com/seek-blog/complex-forms-made-simple-50754a68a6e2 | ||
|
||
Open-Source Design System: Show options only when checkbox is ticked | ||
* https://ui.dhis2.nu/principles/forms | ||
|
||
Labels to the left are bad, validate forms during entry instead of page reload on error message on top, | ||
* https://designlab.com/blog/form-ui-design-best-practices/ | ||
|
||
Single column beats multi-column, radio buttons vs dropdowns | ||
* https://cxl.com/blog/form-design-best-practices/ | ||
|
||
Goldman Sachs Design Pattern, term progressive disclosure for checkbox ticked unhiding | ||
* https://design.gs.com/patterns/forms | ||
|
||
Easy before difficult | ||
* https://www.uxmatters.com/mt/archives/2017/05/designing-ux-forms.php | ||
|
||
Compares Label positioning | ||
* https://xd.adobe.com/ideas/principles/web-design/best-practices-form-design/ |