/
Meaning of "ReferrerURL" field in form submissions
Meaning of "ReferrerURL" field in form submissions
Imported From: http://groups.google.com/group/in-portal-dev/browse_thread/thread/698a32f64163fe10#
In-Portal has nice "ReferrerURL" field in each form submissions (see Add "Unregistered only" field for forms (form submissions) discussion), that represents the page, that was visited before a "Contact Us" (or any other) form was submitted.
In this test scenario referrer will be correct:
- visitor have found a link to a contacts us form on other website
- clicked on it
- filled in all form and submitted it
However in this test scenario referrer will be incorrect:
- visitor have found a link to a contacts us form on other website
- clicked on it
- visitor browsed to other page on a website
- found a link to contact us form there
- filled in all form and submitted it
In this case referrer will be our own website and not that other website, that user have visited and found link ours website.
Am I correct in assuming, that 2nd test scenario should not fail too?