Advertisement
Guest User

Untitled

a guest
Jan 19th, 2020
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.45 KB | None | 0 0
  1. <!-- modify this form HTML and place wherever you want your form -->
  2.  
  3. <form
  4.  action="https://formspree.io/mjvypllz"
  5.  method="POST"
  6. >
  7.   <label>
  8.     Nome:
  9.     <input type="text" name="name">
  10.   </label>
  11.   <label>
  12.     E-mail:
  13.     <input type="text" name="_replyto">
  14.   </label>
  15.   <label>
  16.     Your message:
  17.     <textarea name="message"></textarea>
  18.   </label>
  19.  
  20.   <!-- your other form fields go here -->
  21.  
  22.   <button type="submit">Confirmar</button>
  23. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement