cstroup
12-06-2010, 08:26 PM
We list our branches on our webpage, but I want people to be able to search for the nearest ones.
This is the form I built as a place holder... but I'm sure I need a "little something" to go along with it. ha ha ha.
<form class="login">
  <label class="white"><b>Zip Code</b><br />
  <input name="zip" type="text" maxlength="5" size="10"/>
</label>
<br /><br />
<label>
  <input type="submit" name="submit" id="submit" value="Go!" class="btn" />
</label>
</form>
I would like to sort them in order of closest to furthest (or even just display the top 5)... where would I find something like that?
I seem to be having a difficult time with my searches in google and otherwise.
Anyone have any ideas?
This is the form I built as a place holder... but I'm sure I need a "little something" to go along with it. ha ha ha.
<form class="login">
  <label class="white"><b>Zip Code</b><br />
  <input name="zip" type="text" maxlength="5" size="10"/>
</label>
<br /><br />
<label>
  <input type="submit" name="submit" id="submit" value="Go!" class="btn" />
</label>
</form>
I would like to sort them in order of closest to furthest (or even just display the top 5)... where would I find something like that?
I seem to be having a difficult time with my searches in google and otherwise.
Anyone have any ideas?