I have a contact form: www.ben-harper.net/contact.asp ...If a user is logged in, I want it to automatically get either their username or real name and put it in the "NAME" field, also email address if possible.
OMGOSH! I DID IT! lol First week of computer programming (learning visual basic) paid off ;)
Here's how I did it: In the head I DIM'ed the variable user2 as "ChkString(strDBNTUserName, "display")"...then in the body's input boxes, I made the value = to user2. So hell yeah. lol