Redirect button in mobile

Egalcaraz
Member

Hello,

Recently I created a landing page with button at the bottom to redirect you back to the main button "request a demo" .

When I press the button on the bottom it redirects me to the top of the landing but not exactly to the submission form, it's confusing.

This is happening especially in the mobile version.

Can anyone help?

0 Upvotes
1 Accepted solution
Niharika
Solution
Member | Gold Partner
Member | Gold Partner

Hi @Egalcaraz 

 

Trust you are doing great.

 

I have checked the above query. 

 

As per my understanding you have to add the ID of top button/section into the href of bottom button.

 

For example if suppose top section id is

 

<div id ="topSec">------------</div>

 

Then in the bottom button you will call the ID like below

 

<a href="#topSec">Button Text Goes Here</a>

 

Please check and hope that would work for you.

 

Thanks

Niharika Goyal

View solution in original post

1 Reply 1
Niharika
Solution
Member | Gold Partner
Member | Gold Partner

Hi @Egalcaraz 

 

Trust you are doing great.

 

I have checked the above query. 

 

As per my understanding you have to add the ID of top button/section into the href of bottom button.

 

For example if suppose top section id is

 

<div id ="topSec">------------</div>

 

Then in the bottom button you will call the ID like below

 

<a href="#topSec">Button Text Goes Here</a>

 

Please check and hope that would work for you.

 

Thanks

Niharika Goyal