Hi,
I have the following drop-down box. How do I check if the form has been submitted, and if so. use a switch to display a different message based on the option selected in the drop-down box?
<select name="select">
<option value="">Option 1</option>
<option value="">Option 2</option>
<option value="">Option 3</option>
<option value="">Option 4</option>
<option value="">Option 5</option>
</select>