-
-
Save cohan/baf91e94c3a82cdb66f7044520ab2789 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/captcha.js"></script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment