MikeDDDD Posted January 28, 2020 Report Share Posted January 28, 2020 I want to use a virtual field to store the referring url, (not the host url). I am using the following javascript but does not seem to properly assign the referrer string to the field. Can anyone tell me what I am doing wrong? <script type="text/javascript"> document.addEventListener("DataPageReady", function (event) { document.getElementById('cbParamVirtual7').value = document.referrer; }); </script> Quote Link to comment Share on other sites More sharing options...
MikeDDDD Posted January 29, 2020 Author Report Share Posted January 29, 2020 Anyone? Quote Link to comment Share on other sites More sharing options...
Kurumi Posted January 30, 2020 Report Share Posted January 30, 2020 May I know what is the error or what might be the problem you were encountering? What is your expected result? Upon checking on it, it is getting the URL. Here: Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.