Hey there, I have a question that's been puzzling me. I have three security question dropdown menus on my ASPX page with JavaScript that removes and repopulates questions based on user selection. Everything works great when editing an existing profile, but when a new user first selects questions (where all options are "Please select a question" at index 0), the onChange event doesn't trigger. It seems like something is preventing it from firing properly. I've tried debugging by setting an alert for onchange, but no luck. Any thoughts or suggestions on how to fix this issue?