/home/coolpkct/public_html/websites/1.sanso.co/wp-content/themes/hoshi/searchform.php
<form method="get" id="searchform-<?php echo rand();?>" class="searchform clearfix" action="<?php echo esc_url(home_url('/')); ?>">
	<div class="clearfix">
		<input type="text" value="" placeholder="<?php esc_attr_e('Search', 'hoshi'); ?>" name="s" id="s-<?php echo rand();?>"/>
		<input type="submit" id="searchsubmit-<?php echo rand();?>" value="&#xe090;"/>
	</div>
</form>