Advertisement
Guest User

Untitled

a guest
Jun 29th, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. <div class="wrapper">
  2. <div id="contact_form">
  3. <form name="form1" id="ff" method="post" action="contact.php">
  4. <h1>Contact Us</h1>
  5. <p>If you have any questions and prefer to communicate online, please contact us with this form for quotes or any other questions.</p>
  6. <label>
  7. <span>Name*:</span>
  8. <input type="text" placeholder="Please enter your name" name="name" id="name" required autofocus
  9. value="">
  10. <p class='text-danger'></p> </label>
  11. <label>
  12. <span>Message*:</span>
  13. <br>
  14. <textarea placeholder="Message" style="width:90%" rows=4 name="message" id="message" required></textarea>
  15. <p class='text-danger'></p> </label>
  16. <label>
  17. <span>Email*:</span>
  18. <input type="email" placeholder="youremail@gmail.com" name="email" id="email" required value="">
  19. <p class='text-danger'></p> </label>
  20. <input id="submit" class="sendButton" type="submit" name="submit" value="Send">
  21. </form>
  22. </div>
  23. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement