File: /var/www/ruwebsiteok/wp-content/themes/vw-school-education/searchform.php
<?php
/**
* The template for displaying search forms in VW School Education
*
* @package VW School Education
*/
?>
<form method="get" class="search-form" action="<?php echo esc_url( home_url( '/' ) ); ?>">
<label>
<span class="screen-reader-text"><?php echo esc_attr_x( 'Search for:', 'label', 'vw-school-education' ); ?></span>
<input type="search" class="search-field" placeholder="<?php echo esc_attr_x( 'Search', 'placeholder','vw-school-education' ); ?>" value="<?php echo esc_attr(get_search_query()) ?>" name="s">
</label>
<input type="submit" class="search-submit" value="<?php echo esc_attr_x( 'Search', 'submit button','vw-school-education' ); ?>">
</form>