File: /home/vmasmheia229/public_html/htmlCHRIS/old/dev2/wp-content/themes/inovado/searchform.php
<form action="<?php echo home_url(); ?>/" id="searchform" method="get">
<input type="text" id="s" name="s" value="<?php _e('To search type and hit enter', 'minti') ?>" onfocus="if(this.value=='<?php _e('To search type and hit enter', 'minti') ?>')this.value='';" onblur="if(this.value=='')this.value='<?php _e('To search type and hit enter', 'minti') ?>';" autocomplete="off" />
<input type="submit" value="Search" id="searchsubmit" class="hidden" />
</form>