Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Formspree (support): Use reCaptcha 3 #214

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 3 additions & 0 deletions data/tnd-forms/support-en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ title: Need Help?
redirect: /thank-you/
formspree_id: mrgjkwpj
submit: Get in touch
recaptcha:
version: 3
key: 6LdgnKsoAAAAAPmXc1b0-upn6ejilTSr3IL7JCaz
fields:
- name: name
required: true
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.14
require (
github.com/theNewDynamic/huge v0.1.2-0.20211230164104-443104adccd5 // indirect
github.com/theNewDynamic/hugo-component-tnd-blocks v0.0.0-20200618163712-a1fce85c0c7b // indirect
github.com/theNewDynamic/hugo-module-tnd-forms v0.0.0-20201007145858-aee4fef6ac88 // indirect
github.com/theNewDynamic/hugo-module-tnd-forms v0.0.0-20221024161930-bc18f238a6ba // indirect
github.com/theNewDynamic/hugo-module-tnd-func v0.0.0-20200622145611-12358ce616bf // indirect
github.com/theNewDynamic/hugo-module-tnd-headers v0.1.4 // indirect
github.com/theNewDynamic/hugo-module-tnd-icons v0.1.4 // indirect
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ github.com/theNewDynamic/hugo-module-tnd-forms v0.0.0-20200814174513-3de32861e18
github.com/theNewDynamic/hugo-module-tnd-forms v0.0.0-20200814174513-3de32861e182/go.mod h1:j9sQrPJ9va1OJYgokFkc15g/Y8BeeWzW26nJqtI8puQ=
github.com/theNewDynamic/hugo-module-tnd-forms v0.0.0-20201007145858-aee4fef6ac88 h1:7E53RWjuzuG7NivbRSRg+1nFyVw/p6BYvp2J4VMaUl8=
github.com/theNewDynamic/hugo-module-tnd-forms v0.0.0-20201007145858-aee4fef6ac88/go.mod h1:j9sQrPJ9va1OJYgokFkc15g/Y8BeeWzW26nJqtI8puQ=
github.com/theNewDynamic/hugo-module-tnd-forms v0.0.0-20221024161930-bc18f238a6ba h1:/jpFLm/BQJVQrkj8ph3By8BSu1ktfUFCq6UIk3Jpxfs=
github.com/theNewDynamic/hugo-module-tnd-forms v0.0.0-20221024161930-bc18f238a6ba/go.mod h1:j9sQrPJ9va1OJYgokFkc15g/Y8BeeWzW26nJqtI8puQ=
github.com/theNewDynamic/hugo-module-tnd-func v0.0.0-20200622145611-12358ce616bf h1:ThStot6yWtJsBp/Yjazzt4uzffkfQS1SpLjDDPOkH/8=
github.com/theNewDynamic/hugo-module-tnd-func v0.0.0-20200622145611-12358ce616bf/go.mod h1:Fdh6YRjGcYtxRneIRINEtlRbjPv7B8rqVRo6Ug+ynwA=
github.com/theNewDynamic/hugo-module-tnd-headers v0.1.4 h1:ZmHKrcGc62SMZkXERQL4cKJN+mI4onOZkEuhoFHPW5I=
Expand Down