Revision bb79385a843093b7744090111fad7323af9c13d0 authored by Christophe Maudoux on 10 March 2019, 21:53:41 UTC, committed by Christophe Maudoux on 10 March 2019, 21:53:41 UTC
1 parent 19c26e2
Raw File
form.html
<html>
<head>
<meta charset="utf-8">
<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 id="bt" name="post" type="submit" />
  </form>
</body>
</html>
back to top