Hi there,
Is there a way to allow logged in users to search on the front-end by ID number?
I’ve got a list of entries here (http://dev.andover-tc.gov.uk/allotments/maintenance).
What I need to do is setup the search box at the top of the page to allow users to type an entry_id number in and only that entry be displayed.
I’m thinking I may be able to use the URL to control this (i.e. allotments/maintenance/147) but can’t work out how to take the data from an input field and use this to create a URL.
Alternatively, if there’s an easier way I’m open to that too.
Thanks in advance,