RyanDaDeng / laravel-google-recaptcha-v3

It's probably the best Laravel Package for Google reCAPTCHA v3. Vue component supported.
MIT License
272 stars 40 forks source link

Issue of generating renderField with @include #71

Open cenkimren opened 4 years ago

cenkimren commented 4 years ago

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

RyanDaDeng commented 4 years ago

@cenkimren Wowow, just saw it, Thanks for using the package, and congratulations for your 1st GitHub ticket!!

Regarding the issue, I will investigate to it by this week!!