... |
... |
@@ -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.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. |
|
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. |
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 |
))) |