I have a search form with three fields. I think I should be using a link button to send search terms through query params. Then consume query params in my REST API to display search results.
I can’t figure out how/if I can capture the values of the search in a nocode way. Do I have to listen to the values through jQuery?
I don’t think I want to use the form function in site settings.