... |
... |
@@ -1,26 +1,26 @@ |
1 |
1 |
{{figure image="1_WidgetCaptcha_Logo_de.png" clear="h3"}} |
2 |
|
-Das Symbol für Widgets vom Typ //Captcha// im {{designer/}}. |
|
2 |
+The icon for widgets of type //Captcha// as used in the {{designer/}}. |
3 |
3 |
{{/figure}} |
4 |
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"]] (erfordert Anmeldung) |
|
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 |
6 |
|
7 |
7 |
{{content/}} |
8 |
8 |
|
9 |
|
-== Funktionsbeschreibung == |
|
9 |
+== Overview == |
10 |
10 |
|
11 |
|
-{{figure image="2_WidgetCaptcha_Formular_de.png" clear="h3"}} |
12 |
|
-Beispiel für ein eingefügtes Captcha in einem Formular. |
|
11 |
+{{figure image="2_WidgetCaptcha_Formular_en.png" clear="h3"}} |
|
12 |
+Example of a captcha widget used in a form. |
13 |
13 |
{{/figure}} |
14 |
14 |
|
15 |
|
-Das Plugin stellt ein neues Widget im Designer zur Verfügung, welches es erlaubt, auf ein Captcha im Formular einzufügen, dass der Nutzer vor dem Absenden des Formulars richig ausfüllen muss. Das Captcha-Widget kann in beliebiger Anzahl an einer beliebigen Positionen im Formular platziert werden. |
|
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 |
16 |
|
17 |
17 |
== Installation == |
18 |
18 |
|
19 |
|
-Das Plugin kann als Mandant-Plugin oder System-Plugin installiert werden. Eine Anleitung zur Installation von Plugins finden Sie [[hier>>doc:Formcycle.UserInterface.Client.Plugins.WebHome]]. |
|
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 |
20 |
|
21 |
|
-== Konfiguration == |
|
21 |
+== Configuration == |
22 |
22 |
|
23 |
|
-An Widgets dieses Typs können die folgenden Eigenschaften konfiguriert werden: |
|
23 |
+The following properties can be configured on widgets of this type: |
24 |
24 |
|
25 |
25 |
{{internBaseOptionsElement page="base" headline="h3"/}} |
26 |
26 |
|
... |
... |
@@ -37,22 +37,28 @@ |
37 |
37 |
##Das Widget ist so aufgebaut, dass es nicht im Word-/PDF-Export auftaucht und vom Print-Service-Plugin nicht mit gedruckt wird. |
38 |
38 |
{{/velocity}} |
39 |
39 |
|
40 |
|
-== Versionshistorie == |
|
40 |
+== Version history == |
41 |
41 |
|
|
42 |
+=== 2.1.0 === |
|
43 |
+ |
|
44 |
+* Feature: Added refresh button for generating a new captcha |
|
45 |
+* Change: Made captcha more difficult for bots to solve |
|
46 |
+ |
42 |
42 |
=== 2.0.3 === |
43 |
43 |
|
44 |
|
-Fix: Do not validate captcha when submit button type does not require validation |
45 |
|
-Requires at least FC 7.0.11 |
|
49 |
+* Fix: Do not validate captcha when submit button type does not require validation |
|
50 |
+* Requires at least {{formcycle/}} version 7.0.11 |
46 |
46 |
|
47 |
47 |
=== 2.0.2 === |
48 |
48 |
|
49 |
|
-Set new attribute data-name on the hidden textarea |
50 |
|
-Widget usable in condition properties in form desginer |
|
54 |
+* Feature: Set new attribute data-name on the hidden textarea |
|
55 |
+* Feature: Widget usable in condition properties in form desginer |
51 |
51 |
|
52 |
52 |
=== 2.0.1 === |
53 |
53 |
|
54 |
|
-Fix validation, add attribute validate-blur |
|
59 |
+* Fix: Fix validation |
|
60 |
+* Feature: Add attribute validate-blur |
55 |
55 |
|
56 |
56 |
=== 2.0.0 === |
57 |
57 |
|
58 |
|
-Adjustments for compatibility with V7 |
|
64 |
+* Feature: Adjustments for compatibility with V7 |