File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -80,11 +80,8 @@ For more details please check comments in config file.
80
80
81
81
#### Display reCAPTCHA v3
82
82
83
- - Pass your action name in render(...) function
84
- - Each action should have its own mapped id which you have specified in setting file.
85
-
86
83
``` html
87
- {!! app('captcha')->display($attributes ) !!}
84
+ {!! app('captcha')->render($$action1,$action2... ) !!}
88
85
```
89
86
90
87
Or use Facade
@@ -110,14 +107,14 @@ Example Usage
110
107
</form >
111
108
```
112
109
113
-
114
- - You can pass multiple $action in render(...)
110
+ - You can pass multiple $action in render(...)function
111
+ - Each action should have its own mapped id which you have specified in setting file.
115
112
- Please specify your id for the input below:
116
113
117
114
``` html
118
115
<input type =" hidden" id =" your_id" name =" g-recaptcha-response" >
119
116
```
120
- Note: all values should be registered in googlerecaptchav3 config file in 'setting' section
117
+ Note: all values should be registered in googlerecaptchav3 config file in 'setting' section.
121
118
122
119
123
120
#### Validation Class
You can’t perform that action at this time.
0 commit comments