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
var option_user_selection = document.getElementById("maincourse").options[document.getElementById("maincourse").selectedIndex ].text