lemonldap-ng/_example/form.html

14 lines
323 B
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>