CMS MADE SIMPLE FORGE

CGBetterForms

 

[#11713] Same bug as #11683 - same resolution

avatar
Created By: Philippe Thomas (filto)
Date Submitted: Thu Jan 25 16:58:34 -0500 2018

Assigned To: Robert Campbell (calguy1000)
Version: 1.3.1
CMSMS Version: 2.2.5
Severity: Major
Resolution: Fixed
State: Closed
Summary:
Same bug as #11683 - same resolution
Detailed Description:
1 : missing language string in CGBetteForms/lang/en_US.php
$lang['err_input_htmldetected']

2 : captcha always failed ( tested with Captcha 0.0.5,  method HN )

no way to send any message.

CGBetteForms/lib/class.CaptchaModuleProvider.php
line 32 :
if( $mod->NeedsInputField() ) $input =
\cge_param::get_string($_REQUEST,'cgbf_captcha');

replace by 

if( $mod->NeedsInputField() ) $input =
\cge_param::get_string($_REQUEST,'cgbf_input_captcha');

then it works for me.


History

Comments
avatar
Date: 2018-01-30 17:52
Posted By: Robert Campbell (calguy1000)

fixed in svn. thanks
      
Updates

Updated: 2018-09-22 17:34
state: Open => Closed

Updated: 2018-01-30 17:52
resolution_id: => 7