Dynamic page content based on query string parameter

Hi, is it possible to make the content of the page dynamic without using javascript. ie, I want to dynamically choose content from a collection based on a URL query parameter.

So if the page has:
www.example.com/page?subject=foo

Then I would love to be able to select an item from a collection associated with “foo” and make that render in the page. Ideally there would be no Javascript involved, so I guess there would need to be some sort of server side scripting.

2 Likes

I would like to do the same !
Any news on this ?

This is not a supported feature. You could explore using custom code to show hidden collection items based on a parameter value in the URL or better yet just work within the limitations.

Hi @webdev
Can you give me more informations on « custom code to show hidden collection items based on a parameter value in the URL »
I’m considering to use webflow but I would like to be sure that this feature is quite easy to set-up.
Thx a lot

@Davlab - If you need coding and can’t handle that yourself I suggest hiring a freelancer. I simply don’t have the time to help you further with this.

1 Like

Okay thanks. What kind of freelancer should I look for ? JS skills ?

JavaScript is the only way to run code on Webflow sites.