Advertisement
Guest User

Form

a guest
Apr 29th, 2017
536
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.79 KB | None | 0 0
  1. <div class="col-md-5 col-md-offset-1 col-sm-6">
  2.                             <div class="contact-form">
  3.                                 <form action="https://formspree.io/sazidhasanmilon@gmai.com" method="POST">
  4.                                     <input name="Name" id="name" type="text" placeholder="Your Name">
  5.                                     <input name="E-mail" id="email" type="email" placeholder="Your E-mail Address">
  6.                                     <textarea name="Message" id="message" cols="30" rows="10" placeholder="Type your message..."></textarea>
  7.                                     <input type="submit" value="send message">
  8.                                 </form>
  9.                             </div>                        
  10.                         </div><!-- /* column end */ -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement