PDA

View Full Version : Search Box Clear via additional clear button



dinkydau
03-12-2010, 06:11 AM
Is there an option in ZOOM to enable or add a "clear search box" or "new search" button to the seach form. I was able to add a button to accomplish this, but it only works for initial entry to the search page.

I'd like the user to be able to hit a clear or reset button that would clear the search box, making it ready for a new search.

Thank you kindly,

dinky dau

wrensoft
03-12-2010, 08:18 AM
There are several options, but one would be to,
- Use the Zoom "Advanced template options" to define your search form. See the Zoom help file for detais.
- Inside of the search form, you add new HTML for your additional Reset button
- Associated with this new Reset button you define a Javascript onclick action that clears the text box via Javascript. Search Google for Javascript to clear a text box. There are a ton of examples.

dinkydau
03-14-2010, 10:58 PM
Thank you Wrensoft Administrator...

dinky dau