Hi all,
I am trying to do this..
First, I want to use Gravity Forms to do a simple search on the database saved. But if I use it, each search is just saved in the database and I cannot search the database. How do we not saved those search text but then grab that search text such as $_POST["searchtext"] ? Is that even possible currently? If it is, please suggest how to achieve this?
Second, I have another form that has multiple category fields and text fields. Here is what I want to do. I want to have another form that is basically a search again but more like Advanced search. I want to have 3-4 fields so user can select each field and then we need to send those options to query. I only see the search has 1 field and search like %searchtext% in the sql. Do we have to add another function that specifically might do this?
Thanks so much.