Hi folks!
I need to bind URL parameters on my page.
Exemple my URL : mywebstite.com/landing-page?firstname=John&lastname=Doe.
I have to add a title (h1) : "Welcome John Doe" where {firstname} and {lastname} are binded.
For me it already works with a script in an HTML embed.
But I need to understand if it could be a better alternative with a way to access to some parameters in URL like
system.params.firstname
or other technic in Webstudio.
@John Siciliano maybe you have an idea?
Here is an example:
https://airtable-job-board-cfkpo.wstd.io/landing-page?firstname=John&lastname=DoeThanks!