Revision dc1f36daf04a838365411b9a1f9a8052772c0da0 authored by Christophe Maudoux on 05 April 2019, 18:03:42 UTC, committed by Christophe Maudoux on 05 April 2019, 18:03:42 UTC
1 parent f4801f3
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