APIs & Integrations

Sameer
Participant | Platinum Partner
Participant | Platinum Partner

Interlink issue

Hi,

Allow me to clarify.

This is the page I have developed.

https://preview.hs-sites.com/_hcms/preview/template/multi?is_buffered_template_layout=true&portalId=...

Design Manager Url is here >> https://app.hubspot.com/design-manager/611066/templates/5228901701

If you scroll down, you will see 10 steps. These 10 steps have been designed as 10 tabs. If you click on one tab you will be taken to a step.

My challenge - I am unable to assign unique urls for each step. Let me explain.

URL for Step 1 - https://www.applandinc.com/getting-started/#step1
URL for Step 5 - https://www.applandinc.com/getting-started/#step5

But the problem is when I input the Step 5 URL in the browser, it still takes me to Step 1.

Can you suggest what code I should use so that Step 5 URL goes to Step 5 only.

Thank you.

0 Upvotes
3 Replies 3
Sameer
Participant | Platinum Partner
Participant | Platinum Partner

Interlink issue

Thank you for your time.

I have attempted your suggestion. It will work, but not in my particular case. Since I am using JS for each tabbed content.

Please see this deck where I have described my problem and the solution I am seeking.

Explanation Deck

0 Upvotes
dharmesh
HubSpot Product Team
HubSpot Product Team

Interlink issue

I think you are missing the on-page “anchors” (not links).

Add something like this: in the page’s HTML where you want the URL to go to.

Hope that helps.

-Dharmesh

Co-founder/CTO, HubSpot
0 Upvotes
dharmesh
HubSpot Product Team
HubSpot Product Team

Interlink issue

The anchor tag you need is like this: <a name="step5"></a>

Co-founder/CTO, HubSpot
0 Upvotes