Expand my Community achievements bar.

Announcing the launch of new sub-community for Campaign Web UI to cater specifically to the needs of Campaign Web UI users!
SOLVED

webapp input moving page to anchor link on new page

Avatar

Level 2

Hey,

 

I have a page where the form is at the bottom and when they submit, that form section is replaced by a thank you confirmation and a couple articles. The problem I am having is that when they click submit, they are taken to the top of the thank you page which has the same content as the form (some information stuff about our products). 

 

Is there a way for me to add a # anchor link to the form upon clicking submit?

 

I tried doing:

<input onclick="#ThankYou;next();">

<input onclick="next();"> <a href="#thankyou">Submit</a></input>

 

Any other suggestions?

Thanks,

Bryce

 

 

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi,

 

Can just use jquery and skip the anchor. For <a id="thankyou"/>:

window.scrollTo(0, $('#thankyou').offset().top);

 

Thanks,

-Jon 

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

Hi,

 

Can just use jquery and skip the anchor. For <a id="thankyou"/>:

window.scrollTo(0, $('#thankyou').offset().top);

 

Thanks,

-Jon 

Avatar

Administrator

Hi @bryceh57660644,

Were you able to resolve this query with the given solution or do you need more help with it? Do let us know.

Thanks!



Sukrity Wadhwa