Hello.
The Dropdown List fields (Item type settings) are returning the "Option Label" instead of the "Option Value".
I have tried to call the value in 2 different ways, but I always get the option label returned instead of the value.
Pageview.AreaSettings.GetItem("Rizzo").GetValue("QuantityPricesFormat").ToString();
Pageview.AreaSettings.GetItem("Rizzo").GetString("QuantityPricesFormat")
The screenshot of the field options is bellow.
Seems like a bug, can you check?
Thanks in advance