File: /var/www/vhost/www.mocrea.it/wp-content/themes/ottar/searchform.php
<form role="search" method="get" class="edgtf-searchform searchform" id="searchform-<?php echo esc_attr(rand(0, 1000)); ?>" action="<?php echo esc_url(home_url('/')); ?>">
<label class="screen-reader-text"><?php esc_html_e('Search for:', 'ottar'); ?></label>
<div class="input-holder clearfix">
<input type="search" class="search-field" placeholder="<?php esc_attr_e('Search...', 'ottar'); ?>" value="" name="s" title="<?php esc_attr_e('Search for:', 'ottar'); ?>"/>
<button type="submit" class="edgtf-search-submit"><?php echo ottar_edge_icon_collections()->renderIcon('icon_search', 'font_elegant'); ?></button>
</div>
</form>