Giter Site home page Giter Site logo

dsrecaptchabundle's People

Contributors

enoahnetzach avatar firefoxixi avatar ilyapokamestov avatar mbabker avatar scrutinizer-auto-fixer avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

dsrecaptchabundle's Issues

Display when JS is disabled

Hi,

I would like to know if there is a nice way to display the captcha when javascript is disable client side (unfortunatly for me it seems that it still exists)

I've found in the google faq, but I would like to know if there is a way to do it nicely with this bundle and twig instead of adding this code :

`

<iframe src="https://www.google.com/recaptcha/api/fallback?k=your_site_key" frameborder="0" scrolling="no" style="width: 302px; height:422px; border-style: none;"> </iframe>
<textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response" style="width: 250px; height: 40px; border: 1px solid #c1c1c1; margin: 10px 25px; padding: 0px; resize: none;" > </textarea>
`

Thanks

Multilang support

Hello, I'm using your bundle (thanks for your work!). I got multilang application, is it possible to change lang in captca depend on currect locale?
if (null !== $locale) { $this->locale = $locale; } else { $this->locale = Locale::getDefault(); }
this part works ok, but in configurations is not possible to set NULL, and also default value for lang is 'EN'
Thanks for your help!

ClassNotFoundException when adding captcha to FormBuilder

Hello.

I get a ClassNotFoundException when adding ->add('captcha', 'ds_re_captcha', array('mapped' => false)) inside the buildForm method. The complete message is:

Attempted to load class "ReCaptchaType" from namespace "DS\Component\ReCaptcha\Form".
Did you forget a "use" statement for another namespace?

Can you help me? Thanks

New Package name

Rename git repository and package name into DarioSwain/ReCaptchaBundle and dario_swain/composer require dario_swain/recaptcha-bundle

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.