<form role="search" method="get" id="searchform" class="archive-search" action="<?php echo home_url('/'); ?>">
<label for="s" class="archive-search__label">
<img class="archive-search__image" width="24" height="24" src="/wp-content/uploads/2023/11/search-icon.svg"
alt="">
<?php if(!is_post_type_archive('glossary-term')): ?>
<input class="archive-search__input" type="text" value="" name="s" id="s" placeholder="Search for Article">
<?php else: ?>
<input data-js-glossary-search-input class="archive-search__input" type="text" value="" name="s" id="s" placeholder="Search">
<?php endif; ?>
</label>
<?php if (is_home()): ?>
<input type="hidden" name="post_type" value="post">
<?php elseif(is_post_type_archive('glossary-term')): ?>
<input type="hidden" name="post_type" value="glossary-term">
<?php else: ?>
<input type="hidden" name="post_type" value="press-releases">
<?php endif; ?>
<!-- <button class="d-inline-block simple-link simple-link--blue blog-content-search__button pointer" type="submit" id="searchsubmit">Search</button>-->
</form>