How can I set a variable to the selection that I give and then pass that variable to another page once the button is clicked from the form?
thanks in advance
<select name="priority" id="priority">
<option></option>
<option>Critical</option>
<option>Asap</option>
<option>This Day</option>
<option>This Week</option>
<option>This Month</option>
<option>Take Your Time</option>
</select>
thanks in advance
<select name="priority" id="priority">
<option></option>
<option>Critical</option>
<option>Asap</option>
<option>This Day</option>
<option>This Week</option>
<option>This Month</option>
<option>Take Your Time</option>
</select>