Skip to content

Instantly share code, notes, and snippets.

@DaltonWebDev
Last active March 29, 2020 11:16
Show Gist options
  • Save DaltonWebDev/a5dfb9d47f44c811f05098dd08f07eae to your computer and use it in GitHub Desktop.
Save DaltonWebDev/a5dfb9d47f44c811f05098dd08f07eae to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head></head>
<body>
<form action="https://link.to.your.form/" id="wehatecaptchas">
<!— more inputs here —>
<button type="submit" difficulty="5">Submit</button>
</form>
<script>
const onSubmit = (data) => {
alert(data);
};
</script>
<script src="https://wehatecaptchas.com/load.php?name=captcha.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment