newtotheland Posted August 22, 2013 Share Posted August 22, 2013 Hi all Im trying to work out the php I need for this form code html. <div id="main"> <h1>Contact</h1> <p> Feel free to send us a message with your ideas or questions and we will get back to you as soon as we can! We try to answer you within the hour! </p> <form action="#" method="post"> <label>Name</label> <input type="text" value=""> <label>Email Address</label> <input type="text" value=""> <label>Contact Number</label> <input type="text" value=""> <label>Message</label> <textarea></textarea> <input type="submit" value="Send Message" class="btn1"> </form> </div> Its very basic but all I want is a simple email sent to specified email add with these four bits of info. Any ideas would be great thanks. Quote Link to comment Share on other sites More sharing options...
PravinS Posted August 22, 2013 Share Posted August 22, 2013 check this url http://www.freecontactform.com/email_form.php Quote Link to comment Share on other sites More sharing options...
fastsol Posted August 22, 2013 Share Posted August 22, 2013 I have a ready to go contact form that I distribute. It doesn't have phone number capture but you could easily add that. http://amecms.com/article/Easy-to-use-contact-form-with-validation Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.