Title: Really Simple CAPTCHA for cformsII
Author: bgermann
Published: <strong>مارچ 26, 2015</strong>
Last modified: اپریل 13, 2024

---

پلگ انز تلاش کریں

یہ پلگ ان **ورڈپریس کے تازہ ترین 3 ریلیزوں کے ساتھ ٹیسٹ نہیں کیا گیا ہے**۔ اب یہ
برقرار نہیں رکھا جا سکتا یا معاونت نہیں کی جا سکتی اور اس کو ورڈپریس کے تازہ ترین
ورژنز کے ساتھ استعمال کیے جانے پر مطابقت کے مسائل ہو سکتے ہیں۔

![](https://s.w.org/plugins/geopattern-icon/cforms2-really-simple-captcha.svg)

# Really Simple CAPTCHA for cformsII

 منجانب [bgermann](https://profiles.wordpress.org/bgermann/)

[ڈاؤن لوڈ کریں](https://downloads.wordpress.org/plugin/cforms2-really-simple-captcha.zip)

 * [تفصیلات](https://ur.wordpress.org/plugins/cforms2-really-simple-captcha/#description)
 * [جائزے](https://ur.wordpress.org/plugins/cforms2-really-simple-captcha/#reviews)
 *  [انسٹالیشن](https://ur.wordpress.org/plugins/cforms2-really-simple-captcha/#installation)
 * [ڈیولپمنٹ](https://ur.wordpress.org/plugins/cforms2-really-simple-captcha/#developers)

 [معاونت](https://wordpress.org/support/plugin/cforms2-really-simple-captcha/)

## تفصیل

Beginning with version 14.9.1 [cformsII](https://wordpress.org/plugins/cforms2) 
has pluggable captcha support. This plugin makes use of that by providing an implementation
for the [Really Simple CAPTCHA](https://wordpress.org/plugins/really-simple-captcha/).

## انسٹالیشن

If there are missing dependencies, you should be notified on plugin activation.

## عمومی سوالات

### How can I configure the generated image’s parameters?

On the Dashboard, go to Settings submenu "Really Simple CAPTCHA for cformsII” and
find settings for characters length, font size, image size, text color, background
color and allowed characters.

## جائزے

![](https://secure.gravatar.com/avatar/abe78eba098a3c906b87bd99a5744d6ebae965cd261e743105dff53f7d865fed?
s=60&d=retro&r=g)

### 󠀁[Does what it says on the tin](https://wordpress.org/support/topic/does-what-it-says-on-the-tin-331/)󠁿

 [Michael D](https://profiles.wordpress.org/michael-divine/) اکتوبر 8, 2018

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'] . '"/>';

![](https://secure.gravatar.com/avatar/52b64158c1d119fbd5322d40885c4fc09884d0513145a0499d1e6682d9026eff?
s=60&d=retro&r=g)

### 󠀁[Не работает с cforms2](https://wordpress.org/support/topic/%d0%bd%d0%b5-%d1%80%d0%b0%d0%b1%d0%be%d1%82%d0%b0%d0%b5%d1%82-%d1%81-cforms2/)󠁿

 [savcorp](https://profiles.wordpress.org/savcorp/) جنوری 15, 2017

В форме cforms2 просто нет выбора графическая капча

 [ تمام 2 جائزے پڑھیں ](https://wordpress.org/support/plugin/cforms2-really-simple-captcha/reviews/)

## شراکت دار اور ڈیویلپرز

“Really Simple CAPTCHA for cformsII” اوپن سورس سافٹ ویئر ہے۔ مندرجہ ذیل لوگوں نے
اس پلگ ان میں حصہ لیا:

شراکت دار

 *   [ bgermann ](https://profiles.wordpress.org/bgermann/)

[“Really Simple CAPTCHA for cformsII” کا اپنی زبان میں ترجمہ کریں۔](https://translate.wordpress.org/projects/wp-plugins/cforms2-really-simple-captcha)

### ڈویلپمینٹ میں دلچسپی ہے؟

[کوڈ براؤز کریں](https://plugins.trac.wordpress.org/browser/cforms2-really-simple-captcha/)،
[ایس این وی ریپوزیٹری](https://plugins.svn.wordpress.org/cforms2-really-simple-captcha/)
کو چیک کریں یا [ڈویلپمینٹ لاگ](https://plugins.trac.wordpress.org/log/cforms2-really-simple-captcha/)
کو سبسکرائب کریں بذریعہ [آر ایس ایس](https://plugins.trac.wordpress.org/log/cforms2-really-simple-captcha/?limit=100&mode=stop_on_copy&format=rss)۔

## چینج لاگ

#### 1.4

 * removed: plugin management library
 * added: declarative plugin dependencies

#### 1.3

 * enhanced: make configuration independent from cformsII (breaks the settings)
 * enhanced: correct Text Domain

#### 1.2

 * enhanced: make compatible with cforms version 14.12.2

#### 1.1

 * added: gettext support

#### 1.0

 * added: animation on CAPTCHA reset to indicate activity

#### 0.3

 * enhanced: adopt the cformsII 14.11 pluggable CAPTCHA API change
 * enhanced: it is possible to show more than one form with CAPTCHA on one site

#### 0.2

 * added: CAPTCHA reset feature
 * bugfix: check for classes existing to not cause a fatal error

#### 0.1

 * added: Really Simple CAPTCHA implementation for the cformsII pluggable
    captcha
   API

## میٹا

 *  Version **1.4**
 *  Last updated **2 سال پہلے**
 *  Active installations **300+**
 *  WordPress version ** 5.2 یا اس سے جدید **
 *  Tested up to **6.5.10**
 *  Language
 * [English (US)](https://wordpress.org/plugins/cforms2-really-simple-captcha/)
 * Tags
 * [captcha](https://ur.wordpress.org/plugins/tags/captcha/)[cforms2](https://ur.wordpress.org/plugins/tags/cforms2/)
   [protection](https://ur.wordpress.org/plugins/tags/protection/)[spam](https://ur.wordpress.org/plugins/tags/spam/)
   [verification](https://ur.wordpress.org/plugins/tags/verification/)
 *  [اعلی درجے کا منظر](https://ur.wordpress.org/plugins/cforms2-really-simple-captcha/advanced/)

## درجہ بندیاں

 3 out of 5 stars.

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/cforms2-really-simple-captcha/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/cforms2-really-simple-captcha/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/cforms2-really-simple-captcha/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/cforms2-really-simple-captcha/reviews/?filter=2)
 *  [  1 1-star review     ](https://wordpress.org/support/plugin/cforms2-really-simple-captcha/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/cforms2-really-simple-captcha/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/cforms2-really-simple-captcha/reviews/)

## شراکت دار

 *   [ bgermann ](https://profiles.wordpress.org/bgermann/)

## معاونت

کچھ کہنا ہے؟ مدد چاہیے؟

 [معاونتی فورم دیکھیں](https://wordpress.org/support/plugin/cforms2-really-simple-captcha/)

## عطیہ دیں

کیا آپ اس پلگ ان کی ترقی میں معاونت کرنا چاہتے ہیں؟

 [ اس پلگ ان کو عطیہ دیں ](https://www.betterplace.org/projects/11633/donations/new)