This is probably a super basic Newbie question - I want to pass some parameters through the URL. I’ve tried this with Forms in Webflow, no problem.
But does it only work with forms? In the form each form entry has a name that can be referenced. Then some Javascript pulls the parameters from the URL and then pushes those into all the names defined in the form.
However, I don’t need a submission form - I need to display some details sent from my Foxy cart in a table on the page in Webflow.
How do I do this? Is there some way I can just embed the variable on the page and display it? Like you would use $var-name in a shell script?
Thanks