File: /home/hotjamba/domains/howtosettlealawsuit.net/public_html/wp-content/themes/estate/searchform.php
<?php
/**
* The template for displaying search forms in estate
*
* @package estate
* @since estate 1.0
* @license GPL 2.0
*/
?>
<form method="get" id="searchform" action="<?php echo esc_url( home_url( '/' ) ); ?>" role="search">
<label for="s" class="assistive-text"><?php _e( 'Search', 'estate' ); ?></label>
<input type="text" class="field" name="s" value="<?php echo esc_attr( get_search_query() ); ?>" id="s" placeholder="<?php esc_attr_e( 'Search', 'estate' ); ?>" />
<input type="submit" class="submit" name="submit" id="searchsubmit" value="<?php esc_attr_e( 'Search', 'estate' ); ?>" />
</form>