Your IP : 216.73.216.95


Current Path : /var/test/www/html/37thanniversary/wp-content/themes/crowdngo/template-parts/
Upload File :
Current File : /var/test/www/html/37thanniversary/wp-content/themes/crowdngo/template-parts/searchform.php

<div class="apus-search-form">
	<form action="<?php echo esc_url( home_url( '/' ) ); ?>" method="get">
		
		<div class="main-search">
	  		<input type="text" placeholder="<?php esc_attr_e( 'What do you need?', 'crowdngo' ); ?>" name="s" class="apus-search form-control" autocomplete="off"/>
		</div>
		
		<?php if ( crowdngo_is_give_activated() ) {  ?>
			<input type="hidden" name="post_type" value="give_forms">
		<?php } ?>

		<button type="submit" class="btn btn-theme radius-0"><?php esc_html_e('SEARCH', 'crowdngo'); ?></button>
	</form>
</div>