Advertisement
Guest User

Untitled

a guest
May 24th, 2019
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. <form action="mailto:johan.aydin@student.ehb.be" method="post" enctype="text/plain">
  2. <label for="fname">Voornaam</label>
  3. <input type="text" id="fname" name="firstname" placeholder="Voornaam">
  4. <label for="lname">Last Name</label>
  5. <input type="text" id="lname" name="lastname" placeholder="Naam">
  6. <label for="country">Country</label>
  7. <select id="Land" name="Land">
  8. <option value="Belgie">België</option>
  9. <option value="Frankrijk">Frankrijk</option>
  10. <option value="Nederland">Holland</option>
  11. </select>
  12. <label for="subject">Commentaar</label>
  13. <textarea id="subject" name="subject" placeholder="Schrijf u commentaar.." style="height:400px"></textarea>
  14. <input type="submit" value="Send">
  15. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement