Questions tagged [captcha]
The captcha tag has no summary.
27 questions
0
votes
1
answer
55
views
Creating a custom word list using system/user/config/captcha.php seems to have no effect
I created a file in system/user/config/captcha.php to overrule the standard captchas. It has the following content.
<?php
return [
'accordion',
'guitar',
'bagpipes',
'banjo',
'drums',
'...
3
votes
1
answer
235
views
Channel Form, make Captcha field required
I'm using EE 2.9 and have the form below, can you make the Captcha field required?
{exp:channel:form channel="test" return="test/thank-you" logged_out_member_id="1" dynamic_title="[question]" status="...
0
votes
1
answer
140
views
Translating Captcha Freeform Pro
we are using Freeform Pro and Transcribe to build forms and translate content.
Using the composer tag, is there a way for the CAPTCHA label 'Please enter the word you see in the image below' to be ...
0
votes
1
answer
140
views
Need quick Fix for captcha security flaw in EE 2.x
On the registration form page, you take note of the captcha code and
fill the form with errors (i.e.: unmatched passwords).
Reload the page , you now have a new captcha image.
Fill the form correctly (...
0
votes
1
answer
204
views
Is there a way to "Refresh" Captcha?
Is there a way to refresh the Captacha value without having to reload the page? If so, how?
1
vote
2
answers
195
views
Enable Membership Captcha on specific forms in ExpressionEngine
I am working on a website based on ExpressionEngine, which requires captcha on the member registration form.
For this, I enabled Membership captcha, and added the below code in the form.
{if ...
1
vote
2
answers
163
views
Captcha validation fails with the rating form
I just installed Solspace Rating module and included the rating form like this:
{exp:rating:form entry_id="{entry_id}" allow_duplicates="no" anonymous="yes" collection="neueroeffnungen" return="...
0
votes
1
answer
713
views
The form you submitted contained the following errors
I am a new user of Expression Engine and the version I am using is 2.5.2 and whenever I try filling the contact us form unto submission, I have the following error.
Kindly note that CAPTCHA is not ...
1
vote
2
answers
2k
views
Getting CAPTCHA to work with Freeform
I'm trying to add a CAPTCHA to a Freeform (free version) form.
The form is a callback request form that features in the header of the site, so is visible on every page and is not linked to a specific ...
0
votes
1
answer
265
views
Cannot get captcha to work
I'm trying to use the new channel form captcha functionality, and I never get the fields displayed, apparently because the {if captcha} conditional always fails. However, like one of the blog posts I ...
2
votes
2
answers
663
views
How to disable default captcha input on Expression Engine
I tried to implement the below extension on Expression Engine. It is loading fine on the registration page. But I can see a text box along with this recaptcha box. Can any one explain me how to remove ...
6
votes
6
answers
430
views
Can't stop spam registrations, using Freemember
I'm having a nightmare with spam registrations! Can't seem to stop them.
We have changed the Profile Trigger Word to something completely random, and use Freemember to register members.
We have ...
0
votes
1
answer
200
views
Freeform Composer spam prevention recommendations?
I'm using Composer to create my form and the Channel Entry Fieldtype (http://www.solspace.com/docs/freeform/channel_entry_fieldtype) to output it. Works great and is so simple. But a spambot just made ...
1
vote
3
answers
441
views
expression engine 2.7 channel form tag captcha isn’t working
I have 2 forms that are using the channel form tag, not Freeform, and the CAPTCHA isn’t working. I have made sure all of the preferences have been addressed and that all paths to any images are ...
0
votes
1
answer
1k
views
Why doesn't Freeform Captcha show?
I am working on a contact page that uses Freeform 4.1.5 and for some reason the Captcha does not show.
I have taken the required step of confirming that captcha is required for logged in users, but ...