Easy to follow & great explanation on what the actual code is doing!
@jherbison5 жыл бұрын
Thank you for the comment. Glad you liked it.
@sevzas4 жыл бұрын
At first I thought that Richard Rawlings from FastNLoud switched from cars to coding. Good Tutorial!
@jherbison4 жыл бұрын
LOL. I have been told I look like a few people, Richard Rawlings isn't one of them. Funny! Thank you for watching, the comment and the laugh!
@brandonbalentine19356 жыл бұрын
Thank You! I've looked up a handful of tutorials and this is the only one that made sense to me.
@jherbison6 жыл бұрын
Awesome.. Glad it helped. I need to do a video on the new reCaptcha but have not had time.
@carolherbertphotography6 жыл бұрын
If only the actual reCaptcha site would provide such a clear explanation! Many thanks for taking the time to do so :-)
@jherbison6 жыл бұрын
Thank you. Yes, Google (all of Google including KZbin) is not very good about explaining how things are to be done. They could easily create this same video that I created.. They would have a much larger adoption of their products if they did so.
@pock1701a4 жыл бұрын
I know just enough PHP to be dangerous! YET I understood your video and the damn thing actually worked :) So much better and methodical than so many other videos on this topic. Thank you!
@jherbison4 жыл бұрын
Awesome! That is what I like to hear! Thank you for the comment.
@savvyshah5 жыл бұрын
Josh I'm glad I found you in this ocean.
@jherbison5 жыл бұрын
Thank you for the comment.. Hope the video helped.
@PawlSpring6 жыл бұрын
The best video I've seen on reCaptcha (so far!)
@jherbison6 жыл бұрын
Awesome!! Thank you.. Please share it so others can use the information.
@TobiasLauner3 жыл бұрын
Thanks for that great explanation!!!
@jherbison3 жыл бұрын
Thank you for watching and commenting.
@joeronstadtsr45303 жыл бұрын
Best video on this I've seen! Calm and concise. Great teacher! Now, do you have a (Cut n Paste) form of this code?
@jherbison3 жыл бұрын
Thank you for commenting.. You comment went to spam.. There is a link in the description that is a download of the code.. Here is that same link.. idp.bz/recaptcha
@carriep78125 жыл бұрын
Figured it out, only v2 has those settings, not v3. Thanks - I look forward to a video with making it work with a submit form, like an email form. Been trying to get this to work. Thanks again for the great video!
@jherbison5 жыл бұрын
Yes. Glad you figured it out.. Thank you for the comment.
@timmy3346 жыл бұрын
Finally got it to work! Your tutorial showed exactly what I needed to do. Thank you!
@jherbison6 жыл бұрын
Glad it helped.. Thank you for the comment.
@rlewis20095 жыл бұрын
Hi Joshua, Thanks for posting this! I followed your tutorial and it appears to be working except for the Average Score is not populating with data. Do you have any ideas why that one stat it not working? It says "No Data to Display". Thanks, Bob
@jherbison4 жыл бұрын
Sometimes it takes several days for the data to show up. Thank you for the comment.
@sonnychiba52705 жыл бұрын
Nice tutorial! Also you probably hear this all the time, but you look almost exactly like Giovanni Ribisi
@jherbison5 жыл бұрын
First time I have heard that I look like GR.. I hear that I look like Jax Teller from Son's of Anarchy all the time.
@Gjffza6 жыл бұрын
A big thank you for this clear and precise tutorial! Being French and little tutorial at home, you helped me a lot !! (Sorry if my english is wrong ...) Good job...
@jherbison6 жыл бұрын
Thank you. Glad the video helped... Thank you for comment and compliment.
@ronranier57466 жыл бұрын
This is awesome - the first video that I understand. I have one question - when your example receives the $response it is equal to 1. Mine comes back as "true," with the comma at the end?
@ronranier57466 жыл бұрын
Figured out my own mistake - ID10T. Thanks again this was awesome.
@jherbison6 жыл бұрын
Your comment went to Spam.. Glad you figured it out. Thank you for watching and the comment..
@tediz65954 жыл бұрын
Great tutorial, what if you are using a host like Godaddy etc, and your form is located in a contact.html file and it calls a mail.php form to process the info and send it: 1) Where would you place the JS code? 2) How can you hide the private keys and public keys from your HTML page? Thanks!
@jherbison4 жыл бұрын
Hope you were able to figure this out. You can add the js to any html page. The mail.php page can hold the private key and process the information. PHP code is not viewable to the public as it runs on the server before the page is loaded. Thank you for watching and commenting.
@tediz98944 жыл бұрын
@@jherbison I was able to solve it. Thank you for clarifying.
@istvanvas86285 жыл бұрын
thank you, nice job. I managed to follow your video, and my form works properly.
@jherbison5 жыл бұрын
Nice.. Glad it helped. Thank you for commenting.
@Appemans6 жыл бұрын
Very nice tutorials, I learned a lot from them. I just have one question. If I don't submit the 'I'm not a robot' button but save directly, the form will get a warning that I forgot to submit that I'm not a robot button. But my form now is also reset. All fields are empty again. If I make a long form and some one made a mistake, the whole form will be reset and have to be typed in again :( So how does it work that by mistake the form input will not be deleted?
@jherbison6 жыл бұрын
So you would just need to call the POST or GET variable for that field in the value of the field. For example: if your field name was email_address and you were using POST, then in the value you would enter $_POST['email_address']. You would also need to validate that the submission existed. So your field could be
@mitravindgarg53726 жыл бұрын
Best Tutorial so far about reCaptcha sir. Please let us know, how we can use reCaptach along with Java Script for form validation ?
@jherbison6 жыл бұрын
Are you wanting to use Ajax or JQuery?
@erwinpogz4 жыл бұрын
thanks man! it helps a lot
@jherbison4 жыл бұрын
Awesome.. Thank you for watching and commenting.
@pronoygomes25056 жыл бұрын
Excellent tutorial, clear explanation. Thank you.
@jherbison6 жыл бұрын
Thank you for the comment. You're welcome.
@amircahyadi92192 жыл бұрын
❤️ thank for your help 👍
@jherbison2 жыл бұрын
No problem 👍 Thank you for watching and commenting.
@ateviel6 жыл бұрын
Thank you for this great PHP implementation! :-)
@jherbison6 жыл бұрын
You're welcome. Thank you for the comment.
@ateviel6 жыл бұрын
@@jherbison I tried to implement this approach with reCaptcha v3, However, I was unsuccessful. Seems like this method works only for recaptcha v2 ?
@jherbison5 жыл бұрын
Yes, I will make more videos on the newer versions of recaptcha.
@sparkden5 жыл бұрын
very good but please go light on adverts as too many
@jherbison5 жыл бұрын
I wish I had more control over them..
@irvanfansuri66365 жыл бұрын
Nice tutorial, you're amazing, thanks bro
@jherbison5 жыл бұрын
Thank you! Glad you enjoyed it.. Thank you for the comment.
@Whacks6 жыл бұрын
Great tutorial!
@jherbison6 жыл бұрын
Thank you
@caikbispo6 жыл бұрын
Thanks for this tutorial!
@jherbison6 жыл бұрын
You're welcome.. Thank you for the comment.
@123Zinzen7 жыл бұрын
Thank you!! I loved the detail description and speed of your instruction, I followed along in my development env and ran into on issue. Unable to find the wrapper "https" - did you forget to enable it when you configured PHP? . To fix this; uncommeted extension=php_openssl.dll in php/php.ini and bounce the server. In case someone else runs into the same issue. Great JOB. Pandora Vankirk
@baykor72554 жыл бұрын
perfect!
@jherbison4 жыл бұрын
Thank you for watching and commenting!
@askbruzzdotcom90166 жыл бұрын
Hello! It,'s possible to add this recaptcha to the comment form of wordpress? If yes, how? Thanks you :)
@askbruzzdotcom90166 жыл бұрын
Joshua Herbison thank you so much :)
@jherbison2 жыл бұрын
I hope you found a solution for this.. Trying to catch up on comments that I missed. Thank you for watching and commenting. If you haven't already, please check out my latest video: A Day In the life of a software engineer. kzbin.info/www/bejne/kGmqnah6hpeIY6c
@jherbison2 жыл бұрын
Thank you for commenting.
@arnaudvalenti27164 жыл бұрын
thanks for your explications, it's perfect :)
@jherbison4 жыл бұрын
Awesome.. Thank you for watching and commenting.
@danielotembo29836 жыл бұрын
You rock man! Peace!
@jherbison6 жыл бұрын
Thank you and thank you for the nice comment.
@Iandavidandrino6 жыл бұрын
thank you
@jherbison6 жыл бұрын
Thank you for the comment.
@kartikjoshi61664 жыл бұрын
doesnt he look like deadpool
@jherbison4 жыл бұрын
Haha, never been told I look like deadpool!!! Thank you for watching and commenting.