Revision 4557c6f7b546a7f308bbb0561677858b64e04777 authored by Christophe Maudoux on 17 January 2019, 20:44:27 UTC, committed by Christophe Maudoux on 17 January 2019, 20:44:27 UTC
1 parent b7df16a
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