Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

Signup per domain

Quote Reply
Signup per domain
Is it possible to make the signup process so that the user can only see one domain depending on the refer?

So then they wouldnt get a list of x amount of domains and just the one domain they want to signup for?

Thanks
Jason

Quote Reply
Re: Signup per domain In reply to
Hi,

You could just replace in login_include.html:

<b>@</b><%GMail::domains%>

with:

<b>@</b><%domain%><input type=hidden name="domain" value="<%domain%>">

and then go to:

login.cgi?domain=foo.com

Cheers,

Alex

--
Gossamer Threads Inc.
Quote Reply
Re: Signup per domain In reply to
Vow!