Quantcast
Channel: DevNet Questions
Viewing all articles
Browse latest Browse all 8901

How to separate option values and text in drop-down form control?

$
0
0
Editing a simple (so far) form in Kentico 11. I am creating a drop-down. All I want to do is to have the value of each rendered option and the visible text of each option be different, like this: @option value=@CatalogNumber@@Product name@/option@ so that when I refer to the Value property of the drop-down I get the (in this case) CatalogNumber, but the user sees the product name. This is surely something people do every day, but I can not find anything in the doc, or on DevNet, explaining how to do it. Am I missing something so obvious that no one finds it necessary to mention?

Viewing all articles
Browse latest Browse all 8901

Trending Articles