Skip to content

Commit

Permalink
rough outline
Browse files Browse the repository at this point in the history
  • Loading branch information
catenglaender committed Nov 22, 2023
1 parent 0a88878 commit 4cb5c04
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 1 deletion.
33 changes: 33 additions & 0 deletions ILIAS-development/2023/Complex-forms/Optimizing-complex-forms.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# The state of forms in ILIAS

## Same kind of forms for most objects

## Frequent issues

# Goal: Ease of use

## Worth considering

# User Intents

## Filling out in sequence

## Changing selectively

## Viewing and checking

# Best Practices

## Labels

## Multi-column

## Revealing more options

# Possible solutions for ILIAS

## Wizards for filling out in sequence

## Optimized Viewing

## Multi-column approaches
17 changes: 16 additions & 1 deletion ILIAS-development/2023/Complex-forms/research-and-references.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,19 @@ 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/
* https://xd.adobe.com/ideas/principles/web-design/best-practices-form-design/

Group
* https://www.123formbuilder.com/blog/10-best-practices-for-complex-web-forms/

Discussion Multi columns in form groups: only form groups jump to second column on desktop, consider highlight
* https://ux.stackexchange.com/questions/46019/what-is-the-best-way-to-deal-with-very-complex-forms

Set auto-focus
* https://wpmanageninja.com/design-better-forms-user-friendly-form-design-tips/

Effectiveness of methods to evaluate user interfaces
* https://web.archive.org/web/20030816131108/http://www.cs.bath.ac.uk:80/~pwild/CM30141/p119-jeffries.pdf

Left aligned labels isn't always bad, success message for follow up information, smart defaults, vertically stacked tabs (!!!)
* Luke Wroblewski's "Web Form Design: Filling in the Blanks" pdf

0 comments on commit 4cb5c04

Please sign in to comment.