How can i redirect on another page when an option is selected from a select element.
HTML select:
<select id='rooms' class="full-width">
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
<option value="4">4</option>
</select>
What i need is to redirect users to page.php when they select the option 2, 3, 4