Hi,
I want to make a request form from contact, so can you please show me how to get referral link of prev page?
Example, a visitor visits Service 1 page and clicks to "Send Request" link on this page. He have sent the request successful and I (admin) received an email with a link in content that show he sent to me an email after visited the Service 1 page.
Thanks
Contact page
Re: Contact page
Perhaps something like $this->request->server["HTTP_REFERER"] will give you more information from where the customer came from.