FEU and Captcha - remove text box [SOLVED]

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
wmdvanzyl
Forum Members
Forum Members
Posts: 214
Joined: Fri May 06, 2011 12:48 pm

FEU and Captcha - remove text box [SOLVED]

Post by wmdvanzyl »

Greetings.

When using Captcha with FEU it displays the type of Captcha that is set in the Captcha module, but reCaptcha no longer requires text to be entered. Therefor i would like to remove that textbox. Is there a way to do it from within the module settings? In the mean time i am just using the CSS hack:

Code: Select all

display: none
on the textbox (which has a class), but i still can't remove the label:

Code: Select all

Enter the text from the image: 
I worry that this will confuse users.


EDIT

Found this in the template of FEU:

Code: Select all

{if isset($captcha)}
   <br/>
   {$captcha_title}: {$input_captcha}<br/>
   {$captcha}
 {/if}
Changed it to:

Code: Select all

{if isset($captcha)}
   <br/>
   {$captcha}
 {/if}
It's not automatic (in case i change it again) but it should work for reCaptcha.
Post Reply

Return to “Modules/Add-Ons”