vsf-google-recaptcha icon indicating copy to clipboard operation
vsf-google-recaptcha copied to clipboard

Please, explain implementation

Open ghisleouf opened this issue 4 years ago • 1 comments

Hello,

First of thanks for the module, it's great. Can you please clarify the implement method.

When you say [here](https://github.com/aureatelabs/vsf-google-recaptcha#4-how-to-call-captcha-method :)

In your theme template file you can directly call store action and immediate next you can check captcha is verified or not

Can you clarify where and when this call has to be done ? Just before button click or more globally in the App ?

Thanks for your help.

Best regards

ghisleouf avatar Apr 15 '20 18:04 ghisleouf

@ghisleouf

Hello,

First of thanks for the module, it's great. Can you please clarify the implement method.

When you say [here](https://github.com/aureatelabs/vsf-google-recaptcha#4-how-to-call-captcha-method :)

In your theme template file you can directly call store action and immediate next you can check captcha is verified or not

Can you clarify where and when this call has to be done ? Just before button click or more globally in the App ?

Thanks for your help.

Best regards

You can call the method before the submit form either it's button click or manually submits the form. or If you want to set it globally through the component that you can call that method after rendering the component.

cnviradiya avatar Apr 16 '20 03:04 cnviradiya