I have a pretty form which I integrated with vbulletin (http://www.vbulletin.com/forum/attac...7&d=1189138688) You see the vield, ASP Name at the top? I'm trying to have that field prepopulated with the users login name.
Like, mine says Welcome, Administrator in the navbar, how do I get my username (or any) to also appear in that field?
Heres what I thought, but its not working.
Also, how do I make the form viewable only if the user is logged in?
Thanks
Like, mine says Welcome, Administrator in the navbar, how do I get my username (or any) to also appear in that field?
Heres what I thought, but its not working.
HTML Code:
<input type="text" name="Name" value="<? echo $bbuserinfo[username]; ?>" />
Thanks
Comment