Help pass-through URL and Text

Depends on specifically what you want to do, but this library extracts querystring params and can apply them to your Webflow elements in 3 ways;

  1. All <a> links are modiied so that the href querystring is replaced with the querystring of the current page request, so that e.g. utm_ params are carried through.
  2. Any <input> elements ( including hidden ones ) tagged with a custom attribute of wfu-query-param=X will have the value of that <input> element replaced with the param value of X.
  3. Any other elements that have this custom attribute will have the inner text replaced, so you can display param values visually.

https://sygnaltech.github.io/webflow-util/webflow-url/query/

Newer docs here-

1 Like