File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -66,21 +66,21 @@ Note: if you want to enable Score Comparision, you also need to enable is_score_
66
66
Remember to turn on the service by enable is_service_enabled to be true.
67
67
68
68
For more details please check comments in config file.
69
-
70
- {!! \RyanDeng\GoogleReCaptcha\Facades\GoogleReCaptchaV3::render($action1,$action2) !!}
71
-
72
- <form method =" POST " action =" /verify1 " >
69
+ ``` html
70
+ {!! \RyanDeng\GoogleReCaptcha\Facades\GoogleReCaptchaV3::render($action1,$action2) !!}
71
+
72
+ <form method =" POST" action =" /verify1" >
73
+ @csrf
74
+ <input type =" hidden" id =" your_id_1" name =" g-recaptcha-response" >
75
+ <input type =" submit" class =" g-recaptcha" value =" submit" >
76
+ </form >
77
+
78
+ <form method =" POST" action =" /verify2" >
73
79
@csrf
74
- <input type =" hidden " id =" your_id_1 " name =" g-recaptcha-response " >
80
+ <input type =" hidden" id =" your_id_2 " name =" g-recaptcha-response" >
75
81
<input type =" submit" class =" g-recaptcha" value =" submit" >
76
- </form >
77
-
78
- <form method =" POST " action =" /verify2 " >
79
- @csrf
80
- <input type =" hidden " id =" your_id_2 " name =" g-recaptcha-response " >
81
- <input type =" submit " class =" g-recaptcha " value =" submit " >
82
- </form >
83
-
82
+ </form >
83
+ ```
84
84
- You can pass multiple $action in render(...)
85
85
- Please specify your id for the input below:
86
86
You can’t perform that action at this time.
0 commit comments