I'm not using vb 3.6 but I think what you want to do is use the hook 'sendmessage_docontactus_start' (I think you could actually use that hook or 'sendmessage_docontactus_process') and add the line: "$email =& $vbulletin->GPC['email'];" That will make the variable $email available to your phrases.
Then find the phrase in "Email Body Text" called "contactus" and add in a line for the email like:
Code:
The following message was sent to you via the $vboptions[bbtitle] Contact Us form by $name. -------------------------------- $message -------------------------------- Referring Page: $url IP Address: $ip User Name: $bbuserinfo[username] User Email: $email
I am NOT SURE about this at all. I haven't tested it. I'm a coder who tries one thing and if it doesn't work, I try something else. But, this is how I would have gone about it.