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"];

, I am no programmer. Where would I put this to try? In the config.php? And do I understand right, that so it would extend the abilities of the formula to make it possible to have a formula like this:
Comment