Hello,
is it possible to read the current url to set into field by formula?
I tried this, but it does not work.
Any idea?
is it possible to read the current url to set into field by formula?
I tried this, but it does not work.
Code:
url='http://' . $_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"];
Comment