Friendly, easy, lightweight, self-hostable CAPTCHA service. https://captcheck.netsyms.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
408 B

6 years ago
  1. <!DOCTYPE html>
  2. <meta charset="UTF-8">
  3. <title>Captcheck Sample Form</title>
  4. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  5. <script src="captcheck.js"></script>
  6. <form action="test.php" method="POST">
  7. <input type="text" name="form_field" placeholder="Some random form field" />
  8. <div class="captcheck_container">
  9. </div>
  10. <button type="submit">Submit Form</button>
  11. </form>