I have two websites page1 and page2. On every page there is a download form which I can access through the anchor id #DownloadForm.
On page1 I’d like to create a link to the download form on page2. I thought this would work:
<a href="/page2#DownloadForm"></a>
But when clicking on this link (in Chrome) it takes me to the download form on page1. As if the anchor expression was evaluated first and then the rest of the href is ignored.
Btw: I’m using WordPress but I guess that’s not relevant here.
If anyone has a hint for me, I’d highly appreciate!
Have you tried the full page uri? I tried this and it worked for me in chrome and firefox.