I have a search form, what i want to do is to show all the listings that have the student value to YES. I only want to press the student choice , the option should be hidden(Only Button to appear). Can this be done?
PHP Code:<form action="/component/option,com_hotproperty/task,asearch/Itemid,27/" method="POST" name="searchfrm">
<select name="Student" class="inputbox" size="1">
<option value="Yes">Yes</option>
</select>
<input type="submit" value="Student Choice" class="inputbox" />
</form>


Reply With Quote
Bookmarks