I have a view.
I want to be able to filter that view dynamically in the front end by selecting from a name in a drop-down list in the view header to dynamically display only those records that match the selected name in the drop-down list.
Let's say I created a form that just had a drop-down that pulled names from the submitted data of the form.
How do I then get the view to use the drop-down list selection as a filter to display the filtered view based on the selected name?