• Resolved Hemant Rathod

    (@hemantathod1590)


    I used your plugin to track info but in email page url not showing. It show that “note set”. How can I solve this? This form is visible on multiple pages like home page, about us,service page, shop page etc

    Screen Shot: https://prnt.sc/5B4eYN7REK8F

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author apasionados

    (@apasionados)

    Hi @hemantathod1590,

    Where you see the “not set” you should not see the URL on which the form was filled in. There you should see the referer from where the person that filled in the form came from. Depending on privacy settings of the brower, you see the “not set”.

    We get this info from:

    $_SESSION['OriginalRef']

    Where you should see the URL where the form was filled in is at: “The user filled in the form on“. On your screenshot this is empty and I don’t know if it’s empty because you deleted the URL or because the URL was not correctly shown there.

    We get this info from:

    $_SERVER['HTTP_REFERER']

    Is this always empty on all forms submissions?

    Best regards from Spain.

    Thread Starter Hemant Rathod

    (@hemantathod1590)

    Hello Sir,
    It is always empty on all the pages. Do I have to take supprot from server team for $_SERVER[‘HTTP_REFERER’] to enable/disable?

    I tried to print $_SESSION[‘OriginalRef’] on about page but show me empty.
    Here is the SS: https://prnt.sc/qmPYonj-noVW

    I can not understand how can I check this?

    Plugin Author apasionados

    (@apasionados)

    Hi @hemantathod1590,

    This is not a server problem but a browser setting that makes the browsing safer by stripping out all information that can affect the privacy of the user.

    Nevertheless we will keep testing to see if there is a workaround.

    Best regards from Spain.

    Thread Starter Hemant Rathod

    (@hemantathod1590)

    Thank for support.
    I get the solution. In my website,
    header(“Referrer-Policy: no-referrer”);
    So I remove above and solved.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Page url not showing’ is closed to new replies.