Button

Button location Save / Next / Cancel / Text notice

Button location Save / Next / Cancel / Text notice
  1. Where do you put Save and Cancel buttons?
  2. Which side cancel button?
  3. Should save button be on top or bottom?
  4. Should primary button be on the left or right?

Where do you put Save and Cancel buttons?

On a normal form, Save should be under the form fields. Cancel should be to the left or right of Save, but not too close to avoid tragic mistakes. Luke W's Web Application Form Design page has some illuminating diagrams. Your form is unusual in that you want the buttons to be at the top.

Which side cancel button?

In most languages, people are accustomed to read from left side to right side, so it accords with our speech habits to put ok-key on the left side of cancel-key. 2. “Ok/cancel” type make it easier to see and select ok-key.

Should save button be on top or bottom?

Considering that your users will typically navigate to one category, make a change, then click Save Changes, I think placing the button at the bottom/left is best. If your users were frequently making changes across multiple categories, then you'd have a good argument for placing the button at the top.

Should primary button be on the left or right?

Full page designs should have the primary button on the left side of the page. If the browser window is large, or you have to scroll down to fill out a form, it's best to have the primary button right below the last bit of content on the page.

What user experience principles do website developers use to determine how to create a homepage in general?
What are the 4 principles of web design? What are the 4 principles of web design?Space: In web design, this is often referred to as "white space," o...
Hiding duplicate links with aria-hidden
Should I use aria hidden?How do I hide my aria-label?Does aria hidden apply to child elements?What is the difference between the following attributes...
Accessible phone number input
What is phone number input type?How to take mobile number input in HTML?How do screen readers read phone numbers? What is phone number input type?&l...