TheBigSnake,
The place you need to put the code is in register.asp: if trim(Request.Form("FirstName")) = "" then
Err_Msg = Err_Msg & "<li>You Must give a First Name</li>"
end if
Find the following code: if strAutoLogon <> 1 then
if trim(Request.Form("Name")) = "" then
Err_Msg = Err_Msg & "<li>You must choose a UserName</li>"
end if
end if
and place it under that.
I hope that helps.