Gossamer Forum
Home : Products : Gossamer Links : Discussions :

transport username to add.cgi

Quote Reply
transport username to add.cgi
Hi again,

I seem to remember that username/password/email was transported to the add.cgi and modify.cgi page after the linkowner has logged in - but it disappeared after I redesigned the templates.. How do I get the feature back ? Anybody !

Dane

Quote Reply
Re: transport username to add.cgi In reply to
Hi,

Look at the default templates, make sure you have a hidden tag named 'url' on the login page. This is the URL that a user gets redirected to after logging in.

Cheers,

Alex

--
Gossamer Threads Inc.
Quote Reply
Re: transport username to add.cgi In reply to
Hi,

Yep it's there

<input type="hidden" name="url" value="<%url%>">

but it doen't transport any data to add.cgi or modify.cgi

Regards Dane