Browser goto function with submit form with two inputs value to filter another page

Hello,

I hope someone can assist me here.
I have a submit form with two inputs to filter the query on another page.
The first input : filter
second input: location

I created two gets value to filter the form.
I also created two value in the define query parameter.
According to @ben, “Thank you for your last help”
dmx-on:success=“browser1.goto(‘your-file?param1=’+value1+’&param2=’+value2+’&param3=’+value3)”`

Can be used for multiple params. However, I am not sure how to use this syntax when we have to filter the page using a submit form and url.

I was wondering if I can use something like this:
dmx-on:success=“browser1.goto(‘searchBusiness.php?filter=’+value1+’&location=’+value2)”`
And what will be my value1 and value2 if the query is filter is coming from the input form.

Capture2 Capture

Community Page
Last updated: