-
We need to include reCaptcha functionality for our forms.
This symfony-plugin might be helpful:
http://www.symfony-project.org/plugins/sfReCaptchaPlugin
-
Hello Nick!
First, great work!
I'm having a problem for some days. I have your modules (ScnSocualAuth and ScnSocialAuthDoctrineORM) installed and have Twitter, Google and Facebook correctly configur…
-
The simpleforms extension has some problems which should be fixed.
In the 'advanced' use cases it's showing it's limitations a lot because storing content in databases needs database magic, it has no…
-
Hello, everybody, I can`t output form errors to screen. {{ form_errors(form) }} and {{ form_errors(form.field) }} not working(empty string), but in profiler I see all my errors. I try to search, but i…
-
Hi,
I've noticed that for new version of Symfony 2.3 and higher the DataEvent and FilterDataEvent are removed, which are required for reCaptcha validation. Is there a quick fix how to solve this? Or …
-
Currently there is no way to asynchronously add a rechapta because of the google API used (the error I get in the console is `Failed to execute 'write' on 'Document': It isn't possible to write into a…
-
Hi, I tried to send an email via support@excelwebzone.com, but getting recipient not found so thought I'd report this here.
On attempting to run an update of symfony 3'rd party vendors, the followin…
-
Hi.
The bundle is working fine but when the validation fails no error message is shown. The error messages are showing correctly for all the other fields of the form.
Any ideas what I am doing wrong?…
brpaz updated
10 years ago
-
According to your documentation it is possible to get recaptacha attributes this way
""
In Symfony 2.3 there is no function get() on FormView object any more. Instead you have to use this
""
-
Hi,
Im new to PHPCI and i looks good. The thing is that i cant get a build running. My build keeps telling me that Composer could not be found. The lib is installed globally:
`which composer
/usr/loc…