Revision ce809fc80cb962529544cb261c1cb6c77b6470c3 authored by Christophe Maudoux on 19 January 2019, 13:27:00 UTC, committed by Christophe Maudoux on 19 January 2019, 13:27:00 UTC
1 parent 774137e
Raw File
form.html
<html>
<head>
<title></title>
</head>
<body>
  <form id="test" method="post" action="index.pl">
    <input name="postuid" placeholder="postuid" />
    <input name="postmail" placeholder="postmail" />
    <input name="poststatic" placeholder="poststatic" />
    <input name="post" type="submit" />
  </form>
</body>
</html>
back to top