HEX
Server: Apache
System: Linux info 3.0 #1337 SMP Tue Jan 01 00:00:00 CEST 2000 all GNU/Linux
User: u90323915 (5560665)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: //proc/self/cwd/wp-content/themes/consultstreet/searchform.php
<form method="get" id="searchform" class="input-group" action="<?php echo esc_url( home_url( '/' ) ); ?>">
	<input type="text" class="form-control" placeholder="<?php esc_attr_e( 'Search', 'consultstreet' ); ?>" name="s" id="s">
	<div class="input-group-append">
		<button class="btn btn-success" type="submit"><?php esc_html_e( 'Go', 'consultstreet' ); ?></button> 
	</div>
</form>