i have the following form
<form action="#!/search/" method="get" style="display:inline;" id="hdr_q">
<table cellpadding="0" cellspacing="0">
<tr><td><input id="f_peoples" name="q" class="sb_box" size="40" autocomplete="off">
<input type="hidden" value="0" name="o">
<input type="hidden" value="all" name="st">
</td><td> </td><td width="20px" valign="middle">
<input type="submit" id="sfind" name="find" value="Search"></td></tr></table>
</form>
when i hit search button it goes to http://domain.com/?q=f&o=0&st=all&find=#!/search/ while i want it to submit to http://domain.com/#!/search/?q=f&o=0&st=all&find= how can id that