Pass URL Parameters to Button

If you have an onclick function then you’re already using Javascript. You can just extend that to grab the params you want and append them to your URL before navigating to it

1 Like