Last active
March 29, 2020 11:16
-
-
Save DaltonWebDev/a5dfb9d47f44c811f05098dd08f07eae to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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