Wiki source code of Widget-Plugin: Captcha


Show last authors
1 {{figure image="1_WidgetCaptcha_Logo_de.png" clear="h3"}}
2 The icon for widgets of type //Captcha// as used in the {{designer/}}.
3 {{/figure}}
4
5 [[**Plugin download**>>url:https://customer.formcycle.eu/index.php/apps/files/?dir=/FORMCYCLE%20-%20Plugins%20Customer/Widget%3A%20Captcha%20(fc-plugin-bundle-captcha)&fileid=12319||target="_blank"]] (requires login)
6
7 {{content/}}
8
9 == Overview ==
10
11 {{figure image="2_WidgetCaptcha_Formular_en.png" clear="h3"}}
12 Example of a captcha widget used in a form.
13 {{/figure}}
14
15 The plugin provides a new widget in the designer that allows to insert a captcha in the form that the user must fill in correctly before submitting the form. The captcha widget can be placed in any number of positions in the form.
16
17 == Installation ==
18
19 The plugin can be installed as a client plugin or system plugin. You can find instructions on how to install plugins [[here>>doc:Formcycle.UserInterface.Client.Plugins.WebHome]].
20
21 == Configuration ==
22
23 The following properties can be configured on widgets of this type:
24
25 {{internBaseOptionsElement page="base" headline="h3"/}}
26
27 {{internBaseOptionsElement page="style" headline="h3"/}}
28
29 {{internBaseOptionsElement page="label" headline="h3"/}}
30
31 {{internBaseOptionsElement page="cond" headline="h3"/}}
32
33 {{internBaseOptionsElement page="help" headline="h3"/}}
34
35 {{velocity}}
36 ##== Sichtbarkeit im Word-/PDF-Export und Print-Service-Plugin ==
37 ##Das Widget ist so aufgebaut, dass es nicht im Word-/PDF-Export auftaucht und vom Print-Service-Plugin nicht mit gedruckt wird.
38 {{/velocity}}
39
40 == Version history ==
41
42 === 2.1.3 ===
43
44 * Fix: Solved several issues that prevent forms with captcha widgets to be included in other pages via AJAX.
45
46 === 2.1.2 ===
47
48 * Fix: Solved an issue where other images were sometimes replaced by the captcha widget.
49
50 === 2.1.1 ===
51
52 * Fix: Does not override other images in the form with captcha images anymore.
53
54 === 2.1.0 ===
55
56 * Feature: Added refresh button for generating a new captcha
57 * Change: Made captcha more difficult for bots to solve
58 * Requires at least {{formcycle/}} version 7.1.0
59
60 === 2.0.3 ===
61
62 * Fix: Do not validate captcha when submit button type does not require validation
63 * Requires at least {{formcycle/}} version 7.0.11
64
65 === 2.0.2 ===
66
67 * Feature: Set new attribute data-name on the hidden textarea
68 * Feature: Widget usable in condition properties in form desginer
69
70 === 2.0.1 ===
71
72 * Fix: Fix validation
73 * Feature: Add attribute validate-blur
74
75 === 2.0.0 ===
76
77 * Feature: Adjustments for compatibility with V7