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. Link to comment https://forums.phpfreaks.com/topic/281465-form-code/ 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 Link to comment https://forums.phpfreaks.com/topic/281465-form-code/#findComment-1446273 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 Link to comment https://forums.phpfreaks.com/topic/281465-form-code/#findComment-1446299 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.