Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update for multiple app('captcha')->display() on the same page - V2 #58

Closed
wants to merge 1 commit into from
Closed

Conversation

seltix5
Copy link
Contributor

@seltix5 seltix5 commented Jan 4, 2017

hi!
so, after furder checking this situation, i forget that the default google reCaptcha code will automatically render only the first div/instance, so i added a function to use the "explicit" mode, with this changes to request only one noCaptcha just call display :

{!! app('captcha')->display() !!}

when usign multipla instance we should call only the functio multiple_display like this :

{!! app('captcha')->multiple_display() !!}
.....
{!! app('captcha')->multiple_display() !!}

what do you think?

@rockfridrich
Copy link

Please merge this!

However, this solution leads to slow captcha verification :(

@seltix5
Copy link
Contributor Author

seltix5 commented Apr 6, 2017

because i was not able to understand the reasons of this conflicts e just update another pull request with this changes :
#71

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants