You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for creating this package. I am hoping to use this within a Livewire component and wondering whether there are any special considerations to take into account.
My use case is with a registration form. In my Livewire components blade file, I have:
When the above is rendered, I can see the scripts from the package render (functions refreshReCaptchaV3(fieldId,action) and getReCaptchaV3Response(fieldId) but there is no entry for the api js from Google (i.e. <script src="https://www.google.com/recaptcha/api.js?render=my_site_key"></script>-) and the badge does not display.
Any pointers on the best way to use this package with Livewire? Apologies in advance if I have missed something very obvious!
The text was updated successfully, but these errors were encountered:
Thank you for creating this package. I am hoping to use this within a Livewire component and wondering whether there are any special considerations to take into account.
My use case is with a registration form. In my Livewire components blade file, I have:
When the above is rendered, I can see the scripts from the package render (functions
refreshReCaptchaV3(fieldId,action)
andgetReCaptchaV3Response(fieldId)
but there is no entry for the api js from Google (i.e. <script src="https://www.google.com/recaptcha/api.js?render=my_site_key"></script>-) and the badge does not display.Any pointers on the best way to use this package with Livewire? Apologies in advance if I have missed something very obvious!
The text was updated successfully, but these errors were encountered: