Form Project: How to change form options based on previous choices

Hello. How can i change the options in a form based on user choices. For example i have a dropdown menu followed by a radio buttons. I want to change the radio buttons value based on what was picked in the dropdown menu

I don’t think you can do this with just html and css. When you start wanting some logic (if this then that… while this is true do that…) you need JavaScript.