File: /home/salhiscp/salhab360photos.com/wp-content/themes/acora/searchform.php
<?php
/**
* Template for search.
*
* @package acora
* @since acora 1.0
*/
?>
<form role="search" method="get" class="search-form form" action="<?php echo home_url('/'); ?>">
<div class="form-holder">
<input class="form-control" placeholder="<?php esc_attr_e('Type and hit enter', 'acora'); ?>" value="" name="s" id="s<?php echo esc_html(rand(0,999999)); ?>" type="search">
<button type="submit" class="submit">
<span class="fwdicon fwdicon-search"></span>
</button>
</div>
</form>