How to change to a different set of search fields based on response of drop down option?

Hi there,

My question is regarding how a user will search for results on my website.

I would like to have a different set of search fields appear based on a drop down option the user selects. Something like this:

If user selects Rent By Day in a drop-down menu, a search field of Pick-Up Date and Drop-Off Date appears underneath.

If user selects Rent By Hour in a drop-down menu, a search field of Pick-Up Time and Drop-Off Time appears underneath.

Can someone please help? Thanks.

Best,
A.

its simple, have two groups ready one for date and one for hour, each group will have controls like end date, start hours etc
based on the dropdown on how they would like to search, display the group using conditions like if dropdown value is “Rent By Day” this group is visible ?
similar search conditions have to made on the repeating group or other element where you want to make the search happen

This topic was automatically closed after 70 days. New replies are no longer allowed.