Hello, Go to the General Settings Section (Settings -> General) and paste your email id in the Email Address section as shown in the image given below. You will get all the contact form details on this Email ID.
I am an admin on a site for a gentleman, yet I want the contact page emails to go to his gmail account, while I retain the admin capabilities/email. Would you recommend hardcoding the contact page? (template-contact.php) Or should I set up another account with admin priveledges? Would both accounts recieve the email from the contact page? or does it just go to the user named "admin"?
Hello, Go to template-contact.php present in your theme directory and replace current code Code: get_option('admin_email') with code given below Code: "Enter your email id here" Sending image for reference This will solve your issue.