%k25u25%fgd5n!
<?php
/**
* Search Form template
*
* @package FAUXIS
* @author Template Path
* @version 1.0
*/
if ( ! defined( 'ABSPATH' ) ) {
die( 'Restricted' );
}
?>
<div class="form-container">
<form action="<?php echo esc_url( home_url( '/' ) ); ?>" method="get" >
<div class="form-group">
<input type="search" name="s" value="<?php echo esc_attr(get_search_query()); ?>" placeholder="<?php echo esc_attr( $options->get( 'search_text_v2' ), $allowed_html ); ?>" required="">
<button type="submit" class="search-btn"><span class="fas fa-search"></span></button>
</div>
</form>
</div>