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
hy guys, how can implement invisible captcha on laravel 4?,
I try
{{ Form::captcha(['data-size' => 'invisible']) }} // it's work on my blade
but in my controller always empty 'g-recaptcha-response' => 'required|captcha',
how can fixed thank you
The text was updated successfully, but these errors were encountered:
hy guys, how can implement invisible captcha on laravel 4?,
I try
{{ Form::captcha(['data-size' => 'invisible']) }} // it's work on my blade
but in my controller always empty 'g-recaptcha-response' => 'required|captcha',
how can fixed thank you
The text was updated successfully, but these errors were encountered: