Sir in my website g capcha is working but not connected with submit button of enquiry form . after fill form without click capcha. enquiry is coming. What should i do. I have write rules in enquirycontroller but same result again Website in Php laravel 5.8
@anggithidayah8 ай бұрын
can you show how to echo the notification if not check on recaptcha in blade view?
@nasirsoft58008 ай бұрын
Yes you can , for that make a notification table and if not check inside capcha I mean , on else statement make a insert command on notification table
@skagile3667 Жыл бұрын
I created one project So in this i need reCAPTCHA but i have no domain can I use other domain eg_ college domain
@lakshmipriya65682 жыл бұрын
I am getting the below error : ERROR for site owner: Invalid site key 1. I checked the .env file - I have the correct site key and site secret 2. I also ran the php artisan config:cache to confirm if the cache is cleared. But still no luck.
@DeagleScope Жыл бұрын
did you fix it?
@franciscovinuesa7908 Жыл бұрын
If i have 2 different forms in the same website that i want to add captcha i have to register two times ? or can i use only one
@nasirsoft5800 Жыл бұрын
I think you can , go for it
@franciscovinuesa7908 Жыл бұрын
@@nasirsoft5800 YES with only one register you can use multiple captchas , thank you
@DrLamasco2 жыл бұрын
Can you help me add this on the contact page, I have already added on the Registration and Login Form
@nasirsoft58002 жыл бұрын
Follow Same process, as you did in login and registration page