Posts

Showing posts from October, 2022

AngularJS Tutorials Home

    AngularJS-14 Tutorials     Angular-JS Introduction   Angular-JS Project Structure     Angular-JS Components      Angular-JS Data Binding   Angular-JS Directives   Angular-JS Forms

Adding Google reCAPTCHA Checkbox to Form

Image
How to add Google reCAPTCHA  to Form   Google reCAPTCHA is a widget, it helps to ensure the end user is a human not a robot. It allows preventing sharing information from unauthorized parties. It secures the website from spambots. So every website, it is best to use this widget when sharing the site info to the end users. In this blog, we discuss how to integrate google reCAPTCHA v2 to a PHP website.  Here are the instructions for adding a widget to login form in your web project.   1. Search in google for  'google reCAPTCHA v2 '. 2.  Sign in to google reCAPTCHA. 3. In admin settings, click (+) to create a new captcha for your site 4. It opens new window, enter all the details and click submit 5. In the dashboard, select recently created site from the dropdown, click settings(gear icon) 6. Copy reCAPTCHA keys and add in the program. That's all you need to do.   Create an index.php and copy the entire code below given in the index file, save it in a project. Start server and