Creating a search function that goes to a dedicated "Search Page" similar to Google

What I’m trying to do is create a search function where the user types their desired search into the input box on the index page and then when the search button is clicked the search request is sent to the page /search where the repeating group is displayed. The “send data to page” function isn’t working for me. When I try to use that feature, in the data to send box I type “Search-Input’s value” but it doesn’t let me stop there, the input wants more data, which doesn’t make any sense to use in this case

The target page is expecting a certain type of data, which you define. Make sure that the page you’re navigating from is passing data of the same type.

Google passes the search parameter as … a parameter…

https://www.google.co.uk/search?q=blahblah

So you could use a parameter too.

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.