Jump to content
  • 0

Password reset form embed location - in page instead of new URL?


roattw

Question

My password reset link works fine but it opens in its own page:  

https://XXXXXXXXXXXX.caspio.com/dp.asp?AppKey=3f2d4000cc693c7fe3d0473c836f&cbpr.........

And this page is outside the site and all its design.  Can I have the reset link open as an embedded code within a section on my site?

The login and forgot password shows up nicely embeded on my site.  But Forgot Password target goes to its own URL upper right.  Would love password reset form to show up in same spot as login.

1.jpg.3bcdc22197ad7b4c20cb5a2c744ac732.jpg

 

2.jpg.2f7e6bf7f7ac8cdf63b7ce5e3149660c.jpg

 

 

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

Hi Roattw,

I will suggest embedding also your reset password datapage into your site to avoid accessing directly with URL.  And it is much better to make it a pop up window once the end user ticks the forgot password link.

Here's a sample code for popup window:
<script type="text/javascript">
// Popup window code
function newPopup(url) {
 popupWindow = window.open(
  url,'popUpWindow','height=300,width=400,left=10,top=10,resizable=yes,scrollbars=yes,toolbar=yes,menubar=no,location=no,directories=no,status=yes')
}
</script>
<p><a href="JavaScript:newPopup('https:www.placeyoururlhere.com');">Forgot Password</a></p>

Note: You can play around with the height and width base on your desired popup window.

 

Hope this helps.

-Franchiser-


 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...