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
I was using this package with shortcodes. Today I attempted to use {!! GoogleReCaptchaV3::renderField('contactCaptcha','contactSubmit','','z-index: 999;') !!} with @include a blade file however, same blade file works fine with returning a view but when I include it in HTML, it's not rendering recaptcha, instead it only creates empty div.
By the way, my first git post ever! :)
Cenk
The text was updated successfully, but these errors were encountered:
Hello,
I was using this package with shortcodes. Today I attempted to use
{!! GoogleReCaptchaV3::renderField('contactCaptcha','contactSubmit','','z-index: 999;') !!}
with @include a blade file however, same blade file works fine with returning a view but when I include it in HTML, it's not rendering recaptcha, instead it only creates empty div.By the way, my first git post ever! :)
Cenk
The text was updated successfully, but these errors were encountered: