Jump to content

sb4short

New Members
  • Posts

    1
  • Joined

  • Last visited

sb4short's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. 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
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.