lemonldap-ng/e2e-tests/form.html

15 lines
354 B
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>