[code]<form id="searchThis" action="/search" style="display:inline;" method="get">Location<br/>
<input id="searchBox1" name="label" size="20" type="text"
onfocus="if(this.value==this.defaultValue)this.value='';" onblur="if(this.value=='')this.value=this.defaultValue;"/><br/>Price<br/>
<input id="searchBox2" name="label" size="20" type="text"
onfocus="if(this.value==this.defaultValue)this.value='';" onblur="if(this.value=='')this.value=this.defaultValue;"/><br/>Beds<br/>
<input id="searchBox" name="label" size="20" type="text"
onfocus="if(this.value==this.defaultValue)this.value='';" onblur="if(this.value=='')this.value=this.defaultValue;"/>
<input id="searchButton" value="Go" type="submit"/>
</form> [code]
Ok This is what i have done before so far but as i mention on top it does not work because i am not an expert about coding. What i did is i took googles regular search box and i put some more inputs and button. I seen it still given results only one input. Plus i do not know how to put inputs options.
I just started this about 6 months 9 months ago and it forces me to study coding