sb4short Posted December 20, 2015 Share Posted December 20, 2015 I need to find out how to make the contact_form.php file for the following contact form: <form action="contact_form.php" method="post"> <div class="tm-contact-form"> <div class="form-group"> <input type="text" id="contact_name" class="form-control" placeholder="Name..." /> </div> <div class="form-group"> <input type="email" id="contact_email" class="form-control" placeholder="Email..." /> </div> <div class="form-group"> <input type="text" id="contact_subject" class="form-control" placeholder="Subject..." /> </div> <div class="form-group"> <textarea id="contact_message" class="form-control" rows="8" placeholder="Message..."></textarea> </div> </div> <button type="submit" class="btn text-uppercase templatemo-btn templatemo-send-btn">Send</button> </form> any ideas Quote Link to comment Share on other sites More sharing options...
ginerjm Posted December 21, 2015 Share Posted December 21, 2015 "How to make" the contact form php? Uh - you "Learn" how to write the code? Then you ask for help with the parts that you haven 't quite learned yet and we help you to finish learning it. Since your topic title was so delightfully empty of any meaningful information, I guess it could also double as a flat out request for a programmer to do your work for you. In that case you should post in a different forum. Quote Link to comment Share on other sites More sharing options...
JesseElser Posted December 21, 2015 Share Posted December 21, 2015 I'm not going to write it for you but i will give guidance. First off all of your inputs need a name="". For example your email input should have something like name="email". Looking over this page this seems to be a pretty decent tutorial. http://tangledindesign.com/how-to-create-a-contact-form-using-html5-css3-and-php/ 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.