I have a shop-skeleton and i have a button "I want this" in the details page, it redirects to a form page where they can send contact info if they want to buy this item. How can i pass the item ID to that page?
in php I would just use GET or POST but can't manage to do this with grav and twig and markdown...