Forum
Job search functionality.
Hi,
I'm building a job listing site at the moment.
Is it possible to combine a <select> item for filtering jobs by location with a text input field so the user can search on both the text they enter and the location they choose from the <select> at the same time?
Hope that makes sense, long day.
Cheers, John.
Actually thinking about this can I just create a user filterable list as in the documentation matching a standard text input field and the <select> to form the search result?
Yes, that should do it.
Great, thanks Drew.