i am trying for this,
i have two pages : http://example.com/first-page
and http://example.com/second-page
Here http://example.com/first-page
is a simple landing page which has only a captcha to detect bots and
http://example.com/second-page
is a main page.
So,when a visitor comes from a referrer to first page and the same referrer value should be passed to second page.
Is it possible with JS or PHP?