I’m trying to build an online dictionary for property financing. On the page there is a search bar with static choices and the user will type in a search term and get send to an page explaining this.
My only problem is that I don’t know how to link the search choices to these pages.
If there are a limited number of terms, you can use conditions on a button press “When search boxes value is ‘term1’ -> navigate to page term1” & “When search boxes value is ‘term2’ -> navigate to page term2”, etc.
If there will be a lot of search choices, it may be easier to make the Search Terms a Data type, and use a dynamic search box, and send the result to a Page with the Data Type set to Search Terms to display the data dynamically