Forum Moderators: coopster
<select name='txtlocation' id='txtlocation' class='inputSelect'>
<option value='1'>England</option>
<option value='2'>Scotland</option>
<option value='3'>Wales</option>
<option value='4'>Northern Ireland</option>
<option value='5'>Ireland</option>
<option value='6'>Outside the UK</option></select>
as an input on a search form with other input boxes. If a user selects England, Wales, Northern Ireland or Outside UK I want the form to stay as it is and submit that information as it currently does. But, if Scotland or Ireland are selected I want the user to be transferred to a different page on the site.
Is it possible to do that with HTML/PHP?
Thanks
Mike