contact - Post ID 149259

User 168101 Photo


Registered User
2 posts

I have one of the pre built themes with a contact page. where do I insert my email address so the contact info gets sent to me.

This is the code I have.

Thanks
andrew

<div id="content">
<h2>Contact Us</h2>
<form action="" method="post">
<fieldset>
<p><label for="name">Name:</label><br />
<input type="text" name="name" id="name" /></p>
<p><label for="email">Email Address:</label><br />
<input type="text" name="email" id="email" /></p>
<p><label for="phone">Phone Number:</label><br />
<input type="text" name="phone" id="phone" /></p>
<p><label>Message:</label><br />
<textarea rows="10" cols="40"></textarea></p>
<p><input type="submit" value="Send Your Email" id="submit" /></p>
</fieldset>
</form>
</div>

User 364143 Photo


Guest
5,410 posts


Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.