Revision c6ff9dcf0b5894c9d93923fd42b3c52a33eac3e2 authored by Xavier Guimard on 21 December 2018, 10:24:34 UTC, committed by Xavier Guimard on 21 December 2018, 10:26:11 UTC
1 parent eb1f94b
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