When a user initiates contact via the "contact us" form, and the system sends the mail to the email address I have specified, all is fine - with one exception:
The "From" field in the email header displays the user's Name whom initiated the contact message, but displays the email address chosen on the contact form drop-down list.
I realize that this is because the system is actually sending the mail (not the user), however, it would be nice to see the user's email in the "From" field. Where and how could I make this happen? The users address does appear correctly in the "Reply-to" field.

Thank you!