Passing search input field data to new page

Hi @andisdr,
One mistake you had was that you had both url parameters on the index page set to search.


I’ve changed them to location and name.
On the search page you can get the parameter value by using “Get data from page url” then specify the name of the parameter.
I’ve also done that for you so now on the search page you will have whatever was typed on the index page in the search page inputs.
I’m not sure how you want to do the search so I didn’t touch that.
Are you searching with the name or the location?