Send parameters to externa URL - bug

Hei guys,
I m getting crazy around it. I m seeing from the bubble video that I d have the possibility to send parameters I want to an external url as in their video: [

How to Use the Link Element | Bubble Quick Tip - YouTube

https://www.youtube.com · Bubble
](https://www.youtube.com/watch?v=-wJZPaXQZpw)

It is showed that there is

But when I go to my link settings there is no possibility:

Is it normal?

It is normal. Destination url is a text field, you can use dynamic data and create your url with any parameters: https://yoururl.com?hello=world&foo=bar. Any part of the url can be composed with dynamic data.

What I am doing now:

The URL is appearing in the link page he/she is directed:
https://checkout.stripe.com/c/pay/cs_test_a1gxgaqb2tMPd3vOxq3qufMWc14xC1uQCrCkOJI1CQHscVB1725ciLEwqn#fidkdWxOYHwnPyd1blpxYHZxWjA0SGRqV0NEUG9GblJEfVxEYWdhVnZqVkFxYn01cUNnbzRrNXI1NEZpcn1Dd3QyTGphX0s1aGoxNFBjdXZURmxoTGRyZlZ%2FQWtDQVMzVlNOPGlhan1xQENCNTVzS29sX2ROUScpJ3VpbGtuQH11anZgYUxhJz8ncWB2cVo2ZnZiN20xMWEzU0oxM3Y8REQnKSd3YGNgd3dgd0p3bGJsayc%2FJ21xcXV2PyoqaGBhbGZkaXxscStncGdnaWBkdXV2K2xqKid4JSUl

There are no parameters…

That is normal stripe behaviour. From your url you are redirected to the actual checkout page, the client_reference_id will be in the checkout session object that stripe creates automatically.