Skip to content

Commit 007dbc8

Browse files
authored
Update README.md
1 parent 7c00c71 commit 007dbc8

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -231,18 +231,19 @@ Include the API script at the bottom of your layout page
231231
{!! GoogleReCaptchaV3::init() !!}
232232
```
233233

234-
#### Blade for Background (optional)
234+
#### Running script on every page (optional)
235235

236-
It's recommended to include reCAPTCHA v3 on every page which can help you get the most context about interactions for analytics.
236+
It's recommended to include reCAPTCHA v3 on every page which can help you get the most context about interactions for analytics. You just need to enable the config:
237237

238238
``` php
239239
...
240240
'background_badge_display' => true, // if false, the badge will be invisible, if true the badge shows at bottom right.
241241
'background_mode' => false, // if true, the script will run on every page (ensure that GoogleReCaptchaV3::init() is placed on layout or homepage)
242242
...
243243
```
244-
245-
#### Blade for Form & Action
244+
If the page has not detected any Action or duplicate google script, the background will be enabled.
245+
246+
#### Form & Action
246247

247248
There are three methods to populate the reCAPTCHA within the form.
248249

0 commit comments

Comments
 (0)