Well in the php file you are using for the contact page. exactly in the process where the mail form is being read and on the way to be sent.
Note that the name of the input field you are using should be
email.
code:
<input type='text' name='email'>
regards