Is it possible to link to the forgot password page...
# suitecommerce
h
Is it possible to link to the forgot password page from the shopping application using `data-hashtag`'s and `data-touchpoint`'s in the link? Or do we have to create a static link with a fixed domain?
e
Good question, If you are in a single domain, it could be possible, otherwise probably the second approach is the way to go.
h
I think I worked it out:
<a href="#" data-touchpoint="checkout" data-hashtag="##/forgot-password">Reset Password</a>
👌 1
h
@Steve Goldberg thanks, the issue I found was actually trying to prevent it from being directed back to the login page. By adding 2 #'s at the start of the data-hashtag it seemed to help force it load the password reset page, instead of being forced onto the login page.