7 Comments

I've seen some placing a select field on the side of the height field, where you can choose "cm" or "ft". Using radio buttons or a toggle "cm"-"ft" could work well too, as it would require even less clicks, and you don't rely on the user knowing what "imperial" and "metric" means

Expand full comment
author

Issue with this approach is that the imperial units for height are Feet + Inches. A toggle on a single field would switch from cm to in and would exclude the ft field. I don't want users to have to calculate their full height in inches only.

Expand full comment

But is it really necessary to express the height as feet + inches as separate fields?

Can't it be expressed simply in feet with a decimal separator?

Like if you would with expressing your height in metres, you'd say 1,85m.

It depends on the scenario and context, of course, but seems like a hassle to use two fields for one measurement.

Expand full comment
author

That still requires calculation for the user. The goal is to minimize cognitive effort.

Expand full comment

If it requires calculations from the user, I agree! I was hoping that wasn't necessary. As in 7,3 ft could mean 7feet and 3 inch.

Expand full comment

Makes sense. But wow, this imperial system is confusing! :o

Expand full comment

I suggest using a toggle button instead. It could be labeled as 'Use cm' with an ON/OFF option.

Expand full comment