| 1 | = qPloneCaptchaField product = |
| 2 | |
| 3 | == Product Overview == |
| 4 | |
| 5 | qPloneCaptchaField is a Plone product that allows to add captcha field to the form, created with PloneFormGen product. |
| 6 | |
| 7 | To create forms with the captcha field you need to install 3 Plone products: |
| 8 | * [http://plone.org/products/ploneformgen PloneFormGen] - for creating the form itself |
| 9 | * [http://plone.org/products/plone-captchas qPloneCaptchas] - for enabling Plone captchas on a Plone site |
| 10 | * qPloneCaptchaField - for adding captcha field to the form |
| 11 | |
| 12 | Make sure the products are installed in this order, otherwise they may fail to work correctly. |
| 13 | |
| 14 | [[Image(products.png, nolink)]] |
| 15 | |
| 16 | == PloneCaptchaField in work == |
| 17 | |
| 18 | To add captcha field to the form: |
| 19 | * go to the desired form |
| 20 | * select "Captcha Field" from "Add new..." drop-down menu |
| 21 | |
| 22 | [[Image(add-new.png, nolink)]] |
| 23 | |
| 24 | * Fill in "key" into the Field Label field. Select whether this field is required and hidden. |
| 25 | |
| 26 | [[Image(edit.png, nolink)]] |
| 27 | |
| 28 | * Save the field |
| 29 | * Go back to the form to see the captcha field beneath all other fields |
| 30 | |
| 31 | [[Image(form.png, nolink)]] |
| 32 | |
| 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 configuration |
| 36 | * Here you can select what kind of captchas you want to appear: either static or dynamic |
| 37 | |
| 38 | [[Image(setup.png, nolink)]] |
| 39 | |
| 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: |
| 42 | |
| 43 | [[Image(1.png, nolink)]] |
| 44 | |
| 45 | or |
| 46 | |
| 47 | [[Image(2.png, nolink)]] |
| 48 | |
| 49 | or |
| 50 | |
| 51 | [[Image(3.png, nolink)]] |