Tell us what you are trying to do?
I am trying to set up a job search with several options to select and an optional text search
hidden link
If I fill in the text input alone, it is working : I get expected results.
if I fill just select options with the dropdown input .... well I can't !! the text search input seems to be "requiered' "where is that coming from?"
If i fill both the text search input AND select options : it is not working (!)
I'd like the text input to be used with a "AND" with the other filters if something is typed in.
and of course Id like the text input to be ignored if not filled in.
For your information I just defined the text input this way :
<div class="form-group search-emploi">
[wpv-filter-search-box placeholder="Rechercher votre type de poste par mot-clé" output="bootstrap"]
</div>
--> something is changing the placeholder from this text to another text ! and adding an HTML attribute "required". So what I did was to change the way I define the text input to :
<div class="form-group search-emploi">
<input type="text" name="wpv_post_searchemploi" class="js-wpv-filter-trigger-delayed form-control" placeholder="Rechercher votre type de poste par mot-clé">
</div>
--> now the placeholder is NOT changed and the field is NOT required ... but I have some other problems (eg : the entered text is not memorized in the field and pressing "search", etc.).
thanks for your help.
Hi,
Thank you for contacting us and I'd be happy to assist.
To troubleshoot this, I'll need to see how this view is set up in the admin area.
Can you please share temporary admin login details, in reply to this message?
Note: Your next reply will be private and it is recommended to make a complete backup copy, before sharing the access details.
regards,
Waqar