fergaldoyle / vue-form

Form validation for Vue.js 2.2+
MIT License
615 stars 90 forks source link

Any example to work with a recaptcha? #120

Closed sornss closed 6 years ago

sornss commented 6 years ago

I have tried to use vue-form with vue-recaptcha following this https://gist.github.com/ctf0/8037b629ffde02377adeaa43f46863de. But I cannot get it to work. Any working example please?

wtho commented 6 years ago

This seems more like a complex conjunction between vue-recaptcha, vue-form and laravel than an issue with vue-form itself.

It appears you want to add the captcha component to the form element created by vue-form. For this to work vue-form does not need to be extended or changed, it can probably be done in your Vue component. You can open a new issue once you identified where vue-form should be extended.

You should close this issue here and post your support request e. g. on Stack Overflow instead.

sornss commented 6 years ago

@wtho , thank you. I should have raised it to Stack Overflow. Closing the issue for now.