I have this code:
<form role="search" method="get" id="searchform"
class="revtp-searchform" action="https://yourwebsitehere.com">
<input type="text" value="" name="s" id="s" placeholder="Make your search here" />
<input type="submit" id="searchsubmit" value="Find" />
</form>
The problem is that I want to have a search bar for my English version and another for my Spanish version. With the above code, it only looks for posts in my default English version. I use Polylang.
Can anybody help? Thanks.