How to convert kg to lbs and centimeters to inches in a widget

How can I switch the units in a calorie calculator widget for the US?

2 Likes

Hi there, @user20901 and welcome to the Community :wave:

The only solution in this case is to create a separate field (Choice or Dropdown) to choose the Weight Unit:

Once it’s done, you should create an additional Slider field for Weight, label them (kg and lbs) and show them using the Conditional Logic feature.

For instance, show Weight (kg) if Weight Unit is kg, and show Weight (lbs) if Weight Unit is lbs:


Try it out and let me know if it helped :slightly_smiling_face: