CAPTURING THE SEARCH TERMS FROM A BASIC HTML SEARCH BOX
Can anybody tell me how to add code to the following that will allow me to capture the search terms within my own server like Analytics does for PPC?
<form action="Elegant Consulting - Site Map method="get" name="searchformcustom" id="searchformcustom">
<input name="qt" id="qt" type="text" size="30" value="Search Elegant Consulting" onclick="document.searchformcustom.qt.value=''" />
<input type="submit" value="Go!">
</form>
THANKS