Feature #80959
closed[Usability][BE] Put submit buttons into the forms
0%
Description
Put submit buttons below the forms (usability)¶
Issue¶
People often forget to save changes. Time and money get's lost.
Reason¶
In the BE the save buttons are above and outside the forms.
People fill out forms top down and are used to find a submit button below the form.
Solution¶
Put the submit button into the bottom line of the forms.
Pro¶
- Usability standard of web forms
- Button is close to the actual changes.
- Less confusing
- Less mouse movements
Consider: In an editor do you prefer <CTRL-S> or do you like to always move to the [file] > [save] menu?
Cons¶
- Editors must learn the change.
- Change in the "brand of TYPO3"
Additional considerations¶
While the summit buttons belong into the form, other parts of the panel are useful above the forms as it is. Moving the submit buttons out from there simplifies the understanding of those buttons by giving more focus.
I personally would like to see the submit button in the bottom line of the form (maybe an additional one in the top line). I preference the right position over the left as people (in most languages) write top down and left to right.