On my form i have a dropdown box "Topics_Input"
Its default value is "<Select Drop Down>"
Button "btn_Submit"
When a user clicks on a button before submitting other code.
I need to check this dropdown. If no Selection has been made, I need to stop the code ?
This is what I have so far on the button "OnSelect"
UpdateContext({ visible: true });
Thanks
Dave