I have fields like some checkboxes, nationality, minimum age, and maximum age. I want to display available data that matches the data given in the fields before
for example- if I select a checkbox known as cooking, nationality is selected as Kenya, minimum age is 20 and maximum age is 40.
now based on this data i want to display all the available people who knows cooking, is from Kenya, age range is 20-40.
After displaying the people, i want to select one of them from the list.
Please help me on how to achieve the above scenario.