Position/order for "Low", "Medium", "High" options

Is there any convention about positions/order to display options buttons/radio- buttons/checkboxes for values as:
"Very low","Low", "Medium", "High", "Very High"
for attributes as Impact, R…
share this post : )
Changing content based off a selection without using progressive disclosure

I have a use case in a modal where the user can select forms and define criteria based off of what they have selected. All of the criteria dependencies based off what form the user has selected remain the same in 90% of the use cases, but …
share this post : )
Should a button show its label in a loading state if a spinner is present?

Let’s say I have a login form and after a user clicks the "Login" button, the form begins working and a spinner is added to the button until HTTP processes are complete.
For this example, I will use [*] to represent a spinner (on…
share this post : )
Should a button show its label in a loading state if a spinner is present?

Let’s say I have a login form and after a user clicks the "Login" button, the form begins working and a spinner is added to the button until HTTP processes are complete.
For this example, I will use [*] to represent a spinner (on…
share this post : )
Different code behind “Sign up with Apple” and “Continue with Apple”?

Do you know if we can code a “Sign up with Apple” button differently to a “Continue with Apple” button?
The reason I need to know this is because I want to have users select the ‘Sign up with Apple’ button when they are on the sign-up scre…
share this post : )
Different code behind “Sign up with Apple” and “Continue with Apple”?

Do you know if we can code a “Sign up with Apple” button differently to a “Continue with Apple” button?
The reason I need to know this is because I want to have users select the ‘Sign up with Apple’ button when they are on the sign-up scre…
share this post : )
UX for uploading documents in long form flow

I have a government client using Pega to control the flow of a business case where a user flows through multiple form screens. Within several of these forms, the user is prompted to optionally upload supporting documents – optional but des…
share this post : )
How to handle conditional dropdown lists

My form has two fields.
The first one is a dropdown list displaying a list of categories, and the second one is a data list that displays a list of users.
The data list options depend on the category selected in the dropdown list.
E.g.:
U…
share this post : )
Bulk Add Items on mobile device

I want to allow users to add multiple entries to a list of rather complex items. The user needs to pick
color
number
date
dropdown
dropdown
(later a optional picture)
putting this in a single page form on a mobile device is quite straigh…
share this post : )
Should the drop down of a combo box in a form be above or below a sticky bar?

I’m designing an online form that includes selection of options from combo boxes. The submit button is on a sticky bar at the bottom of the screen.
My question is: should the drop down of a combo box in a form be above or below the sticky …