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>
contact - Post ID 149259
http://w3schools.com/TAGS/tryit.asp?filename=tryhtml_form_mail
CoffeeCup... Yeah, they are the best!
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.