Button to redirect to url

I want a button on an entity that when clicked, will generate a stripe checkout url, then automatically open that url in a new browser window. Is it possible to redirect a browser, or open a new window using a button? If not, any ideas of a workaround?

It’s not possible for buttons to trigger a redirect or open a new tab, sorry

However, you could generate a url and populate a url field which the user can then click on.

1 Like