
So I am trying to store the input from this dropdown so I can use it on the next HTML page but am not sure how to go about it. I need it to store the Yes or No. I also have other dropdowns similar to this one with more options that I need to do the same thing for. Also, can I get a simple explanation as to what the line new mdc.select.MDCSelect(document.querySelector(".wax-drop-down-f-selected-custom .mdc-select")); does?
Thanks for the help!