Skip to content

Commit

Permalink
Update recaptcha.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ryannajackson authored Sep 27, 2024
1 parent 730d710 commit fdab139
Showing 1 changed file with 15 additions and 11 deletions.
26 changes: 15 additions & 11 deletions docs/advanced-features/recaptcha.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Add Goolgle reCAPTCHA to your event registration page to ensure the people signi
* Go to [Google ReCAPTCHA](http://www.google.com/recaptcha/admin/create)
* Note: _ReCAPTCHA is based on **your** Google account. You need a Google account in order to enable this for your Salesforce org._
* Enter a label and leave score-based (v3) checked.
* _Note: This is the most advanced version confirming that you are not a bot that doesn't require the user to do anything. If ReCAPTCHA v3 is active, it evaluates all the information it can get about that person: IP address, where they are coming from and several other environmental variables of which the user is not necessarily aware. Google then compares that information to its database and gives you a score of 0-1. The higher the score, the more likely you are to be a real person._
* Note: _This is the most advanced version confirming that you are not a bot that doesn't require the user to do anything. If ReCAPTCHA v3 is active, it evaluates all the information it can get about that person: IP address, where they are coming from and several other environmental variables of which the user is not necessarily aware. Google then compares that information to its database and gives you a score of 0-1. The higher the score, the more likely you are to be a real person._

* Add your registration domain. Most often, if you go back to your registration page, you want the "address" from the first dot to the .com before the hash. Likely salesforce-sites.com.
* _Note: If you set up this as an Experience site, the domain would be different._
Expand All @@ -38,15 +38,7 @@ Add Goolgle reCAPTCHA to your event registration page to ensure the people signi
* We recommend starting with "0.5" and adjust from there, as necessary.
* Click "Save."

## STEP 3: Populate reCAPTCHA fields on your Event record
* In the Summit Events App, find your event and click on the "Add'l Configuration & Options" tab.
* Populate the two reCAPTCHA fields
* "reCAPTCHA"
* "reCAPTCHA v3 Score Fail Text"

![Screenshot 2024-09-27 at 1 05 03 PM](https://github.com/user-attachments/assets/36122ff0-e691-4474-a029-b7f34e4a6c0c)

## STEP 4: Add Google Data to Remote Site Settings
## STEP 3: Add Google Data to Remote Site Settings
In your Salesforce Org
* Setup > Remote Site Settings
* Click "New Remote Site"
Expand All @@ -57,11 +49,23 @@ In your Salesforce Org
* "Active" = true
* Click "Save"

## STEP 4: Populate reCAPTCHA fields on your Event record
* In the Summit Events App, find your event and click on the "Add'l Configuration & Options" tab.
* Populate the two reCAPTCHA fields
* "reCAPTCHA"
* "reCAPTCHA v3 Score Fail Text"

![Screenshot 2024-09-27 at 1 05 03 PM](https://github.com/user-attachments/assets/36122ff0-e691-4474-a029-b7f34e4a6c0c)

## STEP 5: Test
In the Summit Events App:
* Find your Summit Events Event record > Instance.
* Go to your Summit Events Instance record related to this Summit Events record.
* Click on the "Register" link found on the Instance record. This will bring you to the Instance's Event Registration page.
* Register for your event.
* Verify your guest is registered by reviewing the Summit Event Registration records for the chosen Instance.

In the Summit Event Registration record, near the bottom of the page layout, you'll find the field "reCAPTCHA Score."

![Screenshot 2024-09-27 at 2 13 30 PM](https://github.com/user-attachments/assets/ec291759-c8ea-4304-bb32-20989feaee67)

## SUCCESS! You have now added reCAPTCHA to your Event Registration page!

0 comments on commit fdab139

Please sign in to comment.