docs/data_processing/uploading_measurements.rst

changeset 46
5cb4da4bed26
parent 45
156eaee2f510
child 47
ea696c3c4cb8
--- a/docs/data_processing/uploading_measurements.rst	Wed Mar 12 11:44:56 2014 +0200
+++ b/docs/data_processing/uploading_measurements.rst	Wed Mar 12 11:50:52 2014 +0200
@@ -73,7 +73,12 @@
 Form Validation
 ---------------
 
-The data you submit in the form are check in two stages.
+The aim of form validation is to detect errors in your submitted data as early
+as possible. In this way you can save time by correcting errors before the 
+processing of your data fails. 
+
+The data you provide in the form are check in two stages, before you submit 
+and after you submit the form.
 
 Before you submit the form
 ~~~~~~~~~~~~~~~~~~~~~~~~~~

mercurial