Tag: recaptcha

  • reCAPTCHA v2 Responsive
    ,

    reCAPTCHA v2 Responsive

    In this we can see how to make the google reCAPTCHA v2 as responsive for mobile devices.Thats very simple Just add the below style code in your css @media screen and (max-width: 575px)…

  • Google reCAPTCHA validation

    Google reCAPTCHA validation

    In this you can see how to make google captcha valifation in HTML form(s).In this we can see two methods of validation. Method 1 : If using Jquery for form validation ,do…