Training
Training
Welcome
Guided Paths
Build an App
Training Planner
Courses
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Home
Jobs
Ideas
Members
Mentorship
User Groups
Downloads
Platforms
OutSystems.com
My Platform
Community
Resources
Support
Search in OutSystems
Log in
Sign Up
Community
›
Forge
›
Assets list
›
Google reCAPTCHA Web
Google reCAPTCHA Web
Validated and supported by the community experts, these projects follow best practices for security, documentation, and code quality.
Stable version
2.0.3
(Compatible with
OutSystems 11
)
Other versions available for 10 and Older
Uploaded
on
06 November 2020
by
OSRecaptcha Team
4.6
(16 ratings)
We picked this asset for you. Give it a try.
Google reCAPTCHA React
Compatible with OutSystems 11
See more
Overview
Reviews
Versions
Documentation
Support
Google reCAPTCHA Web
Documentation
2.0.3
Draft
Generate a SiteKey and SecretKey
Register your domain on
https://www.google.com/recaptcha/
through the Admin Console selecting the corresponding reCAPTCHA verification
Assign the values from the Google's Admin Console to the Site properties in the demo and later create them in your application
Drag the corresponding reCAPTCHA web block
Drag and drop the corresponding reCAPTCHA web block to the screen that you want to secure with reCAPTCHA. Insert your site key as input parameter on this web block. If you want to define an action for better tracking on Google's reCAPTCHA Admin Console, you should use only alphabetical characters to avoid javascript errors.
Validate reCAPTCHA verification
On your submit action, use the Validate action passing the secret key as parameter. You will receive as an output parameter a success status (True or False). You can handle as you wish this feedback.
Loading...
Loading