Smart Search Form & Browsers Saved Search Fields

Hi

I have created a similar smart search like yellowpages:
http://www.yellowpages.com/

Here is the problem I have with mine:

Lets say I search ‘Attorneys’ I start typing ‘Att’ … then ‘Attorneys’ shows up in the smart search so I click on it and press enter.

The next time I start typing ‘Att’ my browsers saved search field pops up over the websites smart search.

Here is an image which might help explain the problem a bit more:

Thanks for any advice.

Take care

Hey

I found the answer to this. It was easier then expected. Just add this to each form element:

autocomplete=“off”

ex:
<input type=“text” name=“creditcard” autocomplete=“off” />

Can be good for credit cards too.