Send URL parameter through button

Hi all,

I am struggling with the following:

I have a page called Index with type of content “companies”. I also have a list of buttons that represent shop categories (they come from an option list) on this page. When clicked on those buttons, I need them to go to the page called “directory” (also companies type) and send through the name of the button as parameter so that the repeating group on the directory page can be filtered correctly.

How can I achieve this?

All info here :smiley: hope it helps
https://manual.bubble.io/help-guides/data/temporary-data/url-parameters

Hey @Vhyrian,

You can use this action
image

Just set your desired destination and the key and value for the parameter.

Best,
Nino

Thanks! That works :slight_smile: