HTTP GET paramater

Is there a way to send an HTML get paramater to an internal page? I’ve built a work around that uses an external page, which works though a little cumbersome and not able to be truly used in test mode as it then defaults to the live version.

Thanks!

Can you put the parameter in the url? Then in bubble you can use the get parameter from url function to fetch the content.

Thanks, that works, and what I have been doing. But just wondering if there is a way - or could be a way - like the send data to a page, that you could send a parameter to an internal page. As there was a way to fetch the paramater, I thought I might be missing the way to send the parameter.