Answer: var option_user_selection = element.options[element.selectedIndex].text
var option_user_selection = element.options[element.selectedIndex].text
I am trying to build a form that fills in a person\'s o
You can use:
var option_user_selection = element.options[ element.selectedIndex ].text