Forum
Source Page as a Variable
Hi,
In Runway, is it possible to know the page the user has navigated from (if it is the same site), and use that as a variable on the destination page to do something? I think I have seen this somewhere but can't remember.
I am creating a Continue Shopping
button on my Cart page in Shop, and want to send people back to the page they used to add the product.
Thanks
Mike
In PHP you can use
$_SERVER['HTTP_REFERER']