%gset(sitename,www.3dcom.com)
%gset(quotectr,%counter(3DWWWQuoteCounter))
%gset(aliasWanted,%tolower(%client-authname%))%gset(badchar,%null%)
%if(%aliasWanted%,'%null(
%gset(cmax,%len(%aliasWanted%))%gset(ix,0)
%do('%gset(ch,%mid(%aliasWanted%,%ix%,1))
%if(%equal(%ch%,\ ),'%gset(badchar,%ch%))
%if(%not(%in(%ch%,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z,0,1,2,3,4,5,6,7,8,9,0,-,_)),
'%gset(badchar,%ch%))
%gset(ix,%iadd(%ix%,1)),'%lt(%ix%,%cmax%))
))
%if(%badchar%,'Your user name\, "%aliasWanted%"\, contains a space or a special character in it. To
open an WWW account at TGForum\, you must change your user name to one that does not contain
illegal characters. You may use letters\, numbers\, underline\, or minus sign.
To change your user name\, click here
,

Transgender Forum
Web Page Request Form Configuration
Help On Working With Your Web Page After It Has Been Created
%if(%form(Error),
Please correct the form and submit it again.)
Important Information
Before going any further please read our Terms of Service and WWW Policies
- Requests will be processed within 48 hours and all the information\, including setup and configuration information will be Emailed to you at your CURRENT email address. Our support director\, Stef Matthews\, will be available to help you with any special issues and will be the person who contacts you via email when the account is set up.
- You will see an online confirmation that the request went through.
Required Information
%if(%form(Email),'%gset(mailFound,%form(Email)),'%gset(mailFound,%null%)
%try('%sql(TGFDB,"SELECT EMail FROM [tgfsubsDB] WHERE NAME LIKE %sql-quote(%tolower(%client-authname%))",'%gset(mailFound,%column(Email)))))
)