Forms and views combined on one page,
Hi Everyone,
I have been trying to figure out how I embed a form and view together.
My goal
To create a search form to view.
How it will be used
Step 1: [Client] adds contacts to form.
---
Step 2: [Admin] enters a value into the 1 textbox form. (Example: 'T')
Step 3: [Admin] see's all contacts from step one containing a 'T'
Expectations
The problem is the expectation is not to filter views via the filtering mechanism at the top of the contact view.
It has to be it's own entity being a form with 1 text box for a search keyword.
Can anyone help me?