Gossamer Forum
Home : Products : Gossamer Links : Discussions :

What is if URL for in Login?

Quote Reply
What is if URL for in Login?
Hi:

I just noticed this in login_email.html...

In Reply To:
<%if url%>
<input type=hidden name="url" value="<%url%>">
<%endif%>
So- what does this do????

dave

Quote Reply
Re: What is if URL for in Login? In reply to
Hi,

This passes through the URL you came from. So if I click on add, and am required to login, I go to the login form and the URL I wanted is saved in url. Then after logging in, the user gets redirected back to that URL.

Cheers,

Alex

--
Gossamer Threads Inc.
Quote Reply
Re: What is if URL for in Login? In reply to
Alex:

Thanks.... and a great idea!

d