UNPKG
node-recaptcha2
Version:
latest (2.1.2)
2.1.2
2.1.1
Display and verify a Recaptcha captcha
github.com/olcay/node-recaptcha
olcay/node-recaptcha
node-recaptcha2
/
examples
/
views
/
form.jade
5 lines
(3 loc)
•
101 B
text/jade
View Raw
1
2
3
4
5
form(method=
'POST'
, action=
'/'
) != recaptcha_form
input
(
type
=
'submit'
, value=
'Check Recaptcha'
)