| ... |
... |
@@ -39,7 +39,7 @@ |
| 39 |
39 |
|2.4|((( |
| 40 |
40 |
* Error message: Invalid form data |
| 41 |
41 |
)))|((( |
| 42 |
|
-After the form has been submitted, the submitted data failed to validate, eg. when an invalid mail address has been provided. You can activate or deactivate server validation for each form field in the designer, section [[contraints>>doc:Formcycle.Designer.Form.ElementProperties.Constraints]]. Usually a form cannot be submitted when the data is invalid, but from a technical point of view, it is possible to send invalid forms. Activating the server validation is recommended. |
|
42 |
+After the form has been submitted, the submitted data failed to validate, eg. when an invalid mail address has been provided. You can activate or deactivate server validation for each form field in the designer, section [[contraints>>doc:Formcycle.FormDesigner.ElementProperties.Constraints]]. Usually a form cannot be submitted when the data is invalid, but from a technical point of view, it is possible to send invalid forms. Activating the server validation is recommended. |
| 43 |
43 |
|
| 44 |
44 |
In case you have overridden a [[a validator with Javascript>>doc:Formcycle.Designer.Form.CodingPanel.Validators]], the option //server validation// must not be checked or the form will always fail to validate. |
| 45 |
45 |
))) |
| ... |
... |
@@ -51,7 +51,7 @@ |
| 51 |
51 |
== Inbox == |
| 52 |
52 |
|
| 53 |
53 |
|= |=Problem|=Lösung |
| 54 |
|
-|1|Form records in the inbox cannot be deleted.|Form records are deletable if they are selected and a //Delete// icon {{ficon name="trash-alt2"/}} appears in the form record list. Contact your administrator or check whether the option [[Form records in this state can be deleted>>doc:Formcycle.Designer.Workflow.States.WebHome]] has been set for the form's current state. |
|
54 |
+|1|Form records in the inbox cannot be deleted.|Form records are deletable if they are selected and a //Delete// icon {{ficon name="trash-alt2"/}} appears in the form record list. Contact your administrator or check whether the option [[Form records in this state can be deleted>>doc:Formcycle.UserInterface.MyForms.WorkflowProcessing.States.WebHome]] has been set for the form's current state. |
| 55 |
55 |
|
| 56 |
56 |
== Frontend server == |
| 57 |
57 |
|
| ... |
... |
@@ -102,4 +102,3 @@ |
| 102 |
102 |
|
| 103 |
103 |
|= |= Issue|=Solution |
| 104 |
104 |
|1|Application servers, eg. Tomcat or JBoss, crashes with the error message //OutOfMemory//.|You need to increase the available RAM for the Java virtual machine. For Tomcat, these settings are described on the [[help pages for setting up Tomcat>>doc:Formcycle.SystemSettings.TomcatSettings.LimitUploadSize]]. |
| 105 |
|
-|2|It is not possible to log in to {{formcycle/}} as sadmin with the default password directly after the initial installation on a Linux-based system.|{{formcycle/}} needs to store certain settings in the file system. Some Linux-based systems do not set a home directory for the tomcat user by default. This can usually be configured in the {{code language="none"}}/etc/passwd{{/code}} file. After the tomcat user has been modified, a restart is required. |