Changes between Version 1 and Version 2 of qPloneCaptchaField
- Timestamp:
- Jun 26, 2008 2:42:10 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
qPloneCaptchaField
v1 v2 3 3 == Product Overview == 4 4 5 qPloneCaptchaField is a Plone product that allows to add captcha field to the form, created with PloneFormGen product.5 qPloneCaptchaField is a Plone product that allows to add captcha field to the form, created with !PloneFormGen product. 6 6 7 7 To create forms with the captcha field you need to install 3 Plone products: … … 14 14 [[Image(products.png, nolink)]] 15 15 16 == PloneCaptchaField in work ==16 == !PloneCaptchaField in work == 17 17 18 18 To add captcha field to the form: 19 19 * go to the desired form 20 * select "Captcha Field" from "Add new..."drop-down menu20 * select '''Captcha Field''' from '''Add new...''' drop-down menu 21 21 22 22 [[Image(add-new.png, nolink)]] 23 23 24 * Fill in "key"into the Field Label field. Select whether this field is required and hidden.24 * Fill in '''key''' into the Field Label field. Select whether this field is required and hidden. 25 25 26 26 [[Image(edit.png, nolink)]] … … 32 32 33 33 == Captchas Configuration == 34 You can configure Plone Captcha Field in qPloneCaptchas product configuration area.35 * When qPloneCaptchas product is installed,qPloneCaptchas Configuration appears under Add-on Product configuration34 You can configure Plone Captcha Field in !qPloneCaptchas product configuration area. 35 * When !qPloneCaptchas product is installed, !qPloneCaptchas Configuration appears under Add-on Product configuration 36 36 * Here you can select what kind of captchas you want to appear: either static or dynamic 37 37 … … 39 39 40 40 * In case you select dynamic captchas, in the dynamic captchas image setup options you can configure captcha look by using different font sizes, background and font colors, period, amplitude, random values. 41 * As a result your captcha field can look like :41 * As a result your captcha field can look like the following: 42 42 43 43 [[Image(1.png, nolink)]] 44 44 45 or 46 45 47 46 [[Image(2.png, nolink)]] 48 47 49 or50 48 51 49 [[Image(3.png, nolink)]]