I have made a form with wix code, everything is well done, well connected to a database… please is there any way to add a CAPTCHA to the form. Thank’s for reply
Hi,
At the moment there is no built in support for generating reCAPTCHA within Javascript , therefore, developing this ability with Wix Code first requires adding an external library (or more)
At the moment importing third party scripts into Wix Code is only possible by copying and pasting. Any prerequisite dependencies should be also added by copying and pasting.
Hi Ido,
Thank’s for reply, if I understood correctly: We can integrate a reCAPTCHA in javascript? if Yes: Can we connect it to the database?
Cheers.
Hi,
Can you please elaborate on what you are trying to achieve by connecting a CAPTCHA to a database?
If I understand correctly, you are trying to create a anti robot validation by adding a CAPTCHA component to your form, if that is your intention than yes, it is possible to prevent a user from clicking the Submit button by checking the to-be CAPTCHA function state.
Hi Ido,
Thank you for reply : i have do this form : asbeendesign.com/devis , Yes ! i tray to create a anti robot validation by adding a CAPTCHA component to my form.
Please, There is a Tutorial to integrate a reCaptcha google ? A solution for that ! Hope that make sens !
Hi Ido,
I am trying to figure out how to add reCAPTCHA to my custom form as well.
I know the code I paste in comes from www.google.com/recaptcha but I have very little experience with coding so I’m not sure how to actually input it into my Wix site. I’m aware of the developer tools function recently made available with Wix Code and how to open them but I don’t know where in the code list to actually paste it.
Can you provide any extra information on this?
Thank you!
I’m also interested
I am keen too!
Have the same issue on how to add recaptcha to my custom form to prevent spam.
would love to have reCAPTCHA plugin as well!
Hi, I have big problems. Stripe wants me to add reCaptcha on my site. Have several stolen cards that some idiots are trying on my site to see if it goes true…Not ok!!! . Please need fast help! Don´t know how to add reCaptcha??? There is no good information of it. Please help me!
ps. I have recaptcha key numbers…but don´t know where to add?
Where can I find this on wix?: Paste this snippet before the closing tag on your HTML template
And where do I then put the code for this? When your users submit the form where you integrated reCAPTCHA, you’ll get as part of the payload a string with the name “g-recaptcha-response”. In order to check whether Google has verified that user, send a POST request with these parameters:
URL : https://www.google.com/recaptcha/api/siteverify
Me too. I’m interested in the Google reCaptcha feature. Hope Wix creates a reliable in house app for this soon. It is really important and much needed, more so than many of the other features and apps currently available.
Hi !
I tried to add it on my website but unfortunately it didn’t work. I’ve got the same message as Pia.
Need assistance please
I am also wanting to add RE-CATCHA to my website contact forms. I look forward to a solution being found…
I´ve got it working on a Wix Code form (so NOT on Wix Stores). If anyone is still interested, I´ll do a write-up. Let me know.
Hi Giri!
I am interested could you help me please.
Thanks in advance
Meghit, I will. Quite late now here, so tomorrow I will post it on my bog https://girizano.wixsite.com/codecorner
Thanks a lot Giri!
I have prepared documentation here : https://girizano.wixsite.com/codecorner/home/google-recaptcha
Thank you so much Giri! This will be very helpful!
Thank you Giri.
However it looks like a complicated procedure. I gonna try and get back to you.