If you go to the following page, you will see that there is a "Login" link in the upper right hand corner that directs a user to signin.aspx: http://www.covchurchgiving.com/c-4-e...nt-church.aspx

Here is the code that generates the link from my .ascx file: <li><a href="(!SIGNINOUT_LINK!)">(!SIGNINOUT_TEXT!)</a></li>

Does anyone know how I can change the "signin.aspx" link to point to "signin.aspx?returnurl=account.aspx"?

Thanks for your help.