Hi!
I use the theme variable uri.query to add params from current url to an form url string. On local development environment everything works fine.
{% set uriParams = uri.query != '' ? '&' ~ uri.query %}
{% set form_url = button.link_extern ~ h2Params ~ lpidParam ~ uriParams %}
On the static exported live site on server without php uri.query does’nt give any params.
Is php required for this function?
The theme variable uri.route works on both systems.
I’m looking forward to an answer!
Christiana