Topic: An alternative to google recaptcha
                  
                  decosvaldo
                  pro
                  asked 8 years ago
                
                Hi, I use a contact form on one of my pages for users to registrate and create an account.
As google recaptcha it is not responsible by default, is there an alternative to force user validation before they can register? I want to use that to avoid robot attacks.
Thanks
                
                  
                
                
                
              
              
            FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
              Resolved
Specification of the issue
              - ForumUser: Pro
 - Premium support: No
 - Technology: General Bootstrap questions
 - MDB Version: -
 - Device: -
 - Browser: -
 - OS: -
 - Provided sample code: No
 - Provided link: No
 
Tags
                  
Blissy pro commented 8 years ago
This bit of css make reCaptcha responsive on mobiles. /* Mobiles */ @media only screen and (max-width : 767px) { .g-recaptcha { margin: 0px; padding: 0px; transform: scale(0.77); -webkit-transform: scale(0.77); transform-origin: 0 0; -webkit-transform-origin: 0 0; } }decosvaldo pro commented 8 years ago
That did the trick!