2017-06-09 10:33:56 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
2017-06-10 00:21:46 +01:00
|
|
|
<title>Captcheck Sample Form</title>
|
2017-06-09 10:33:56 +01:00
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<script src="captcheck.js"></script>
|
|
|
|
</head>
|
|
|
|
<body>
|
2017-06-12 06:22:13 +01:00
|
|
|
<form action="test.php" method="POST">
|
2017-06-10 00:21:46 +01:00
|
|
|
<input type="text" name="form_field" placeholder="Some random form field" />
|
2017-06-12 06:22:13 +01:00
|
|
|
<div class="captcheck_container">
|
2017-06-09 10:33:56 +01:00
|
|
|
</div>
|
|
|
|
<button type="submit">Submit Form</button>
|
|
|
|
</form>
|
|
|
|
</body>
|
|
|
|
</html>
|