質問編集履歴
2
追記取り消し
    
        title	
    CHANGED
    
    | 
            File without changes
         | 
    
        body	
    CHANGED
    
    | @@ -198,11 +198,3 @@ | |
| 198 198 | 
             
            `biscolab/laravel-recaptcha`を使って実装の解説をしているサイト
         | 
| 199 199 | 
             
            <https://makitweb.com/adding-google-recaptcha-v2-to-form-in-laravel/>
         | 
| 200 200 |  | 
| 201 | 
            -
            ### 追記(2022/12/07)
         | 
| 202 | 
            -
            登録フォームをDevToolsで見たところ、
         | 
| 203 | 
            -
            ```
         | 
| 204 | 
            -
                Templates should only be responsible for mapping the state to the UI. Avoid placing tags with side-effects in your templates, such as <script>, as they will not be parsed.
         | 
| 205 | 
            -
            ```
         | 
| 206 | 
            -
            というエラーがbladeのrecaptchaのヘッダとフォームタグのところで発生していました。
         | 
| 207 | 
            -
            しかし、エラーの修正方法がわかりません。
         | 
| 208 | 
            -
             | 
1
フォームでのエラーを発見したので追記しました
    
        title	
    CHANGED
    
    | 
            File without changes
         | 
    
        body	
    CHANGED
    
    | @@ -198,3 +198,11 @@ | |
| 198 198 | 
             
            `biscolab/laravel-recaptcha`を使って実装の解説をしているサイト
         | 
| 199 199 | 
             
            <https://makitweb.com/adding-google-recaptcha-v2-to-form-in-laravel/>
         | 
| 200 200 |  | 
| 201 | 
            +
            ### 追記(2022/12/07)
         | 
| 202 | 
            +
            登録フォームをDevToolsで見たところ、
         | 
| 203 | 
            +
            ```
         | 
| 204 | 
            +
                Templates should only be responsible for mapping the state to the UI. Avoid placing tags with side-effects in your templates, such as <script>, as they will not be parsed.
         | 
| 205 | 
            +
            ```
         | 
| 206 | 
            +
            というエラーがbladeのrecaptchaのヘッダとフォームタグのところで発生していました。
         | 
| 207 | 
            +
            しかし、エラーの修正方法がわかりません。
         | 
| 208 | 
            +
             |