docs/data_processing/uploading_measurements.rst

changeset 46
5cb4da4bed26
parent 45
156eaee2f510
child 47
ea696c3c4cb8
equal deleted inserted replaced
45:156eaee2f510 46:5cb4da4bed26
71 71
72 72
73 Form Validation 73 Form Validation
74 --------------- 74 ---------------
75 75
76 The data you submit in the form are check in two stages. 76 The aim of form validation is to detect errors in your submitted data as early
77 as possible. In this way you can save time by correcting errors before the
78 processing of your data fails.
79
80 The data you provide in the form are check in two stages, before you submit
81 and after you submit the form.
77 82
78 Before you submit the form 83 Before you submit the form
79 ~~~~~~~~~~~~~~~~~~~~~~~~~~ 84 ~~~~~~~~~~~~~~~~~~~~~~~~~~
80 85
81 Before you submit the form the following checks are performed: 86 Before you submit the form the following checks are performed:

mercurial