Rating: 5 stars
This works just fine. I’m not sure why the 1 star review.
Installed.
Then installed the plug-in that it utilizes.
Choose ‘really simple captcha’ from ‘type’ in the fieldset dropdowns for your forms in form settings.
Options are minimal but effective.
If you can code stuff, then you can go into the file cforms2_really_simple_captcha.php and edit line 139 and rename the label from CAPTCHA to, say, ‘Please Enter the info…’
Ultimately I rearranged them like this so they flowed better. It’s not super neat but it works.
$req = '<label for="'.$input_id.'" class="secq"><span>Please enter the letters from the CAPTCHA window:</span></label>'
. '<input type="text" style="margin-top:-10px; margin-right:5px; margin-bottom:4px; height:27px; width:100px;" name="'.$this->get_id().'" id="'.$input_id.'" '
. 'class="'.$input_classes.'" title="'.$input_title.'"/>'
. '<img class="cforms2_really_simple_captcha_img" style="padding-top:5px; background:#565656" alt="CAPTCHA" src="'.$info['url'].'" />'
. '<span class="dashicons dashicons-update captcha-reset"></span>'
. '<input type="hidden" name="'.$this->get_id().'/hint" value="' . $info['hint'] . '"/>';
]]>
Rating: 1 star
В форме cforms2 просто нет выбора графическая капча
]]>