How to assign a user selection to a local variable?

Certified Senior Developer

Hi, I'm needing some direction on how to assign a user selection to a local variable. For some context: There are several drop down selections on my interface. Based on what the user selects in each category will affect the total price. So I'm gathering that I'll need several local variables, one for each drop down selection, and then a total where they are all added up. I just cant seem to figure out how to assign what the user selects to a local variable. Or maybe there's a better way to go about it? Any help would be appreciated. Thanks!

  Discussion posts and replies are publicly visible