From 3b68bb720a5f6abe2c9902346dfc63e0ce23bf3d Mon Sep 17 00:00:00 2001
From: Carsten  Rose <carsten.rose@math.uzh.ch>
Date: Sun, 7 Nov 2021 20:22:29 +0100
Subject: [PATCH] Minor changes in Form.rst.

---
 Documentation/Form.rst | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Documentation/Form.rst b/Documentation/Form.rst
index 76107b895..92a897466 100644
--- a/Documentation/Form.rst
+++ b/Documentation/Form.rst
@@ -2606,7 +2606,7 @@ record (defined by `multiSql`).
 | multiMgsNoRecord | Default: No data                 | Message shown if `multiSql` selects no records |
 +------------------+----------------------------------+------------------------------------------------+
 
-.. note::
+.. important::
 
     Multi Form do not use 'record-locking' at all.
 
@@ -2615,8 +2615,8 @@ The Form is shown as a HTML table.
 
 * `multiSql`: Selects the records where the defined FormElements will work on each.
 
-  * A uniq column 'id' or '_id' (not shown) is mandatory and has to reflect an existing record id in table `primary table`.
-  * Additional columns, defined in `multiSql`, will be shown on the form in the same line, before the FormElements.
+  * A uniq column `id` or `_id` (not shown) is mandatory and has to reference an existing record in table `primary table`.
+  * Additional columns, defined in `multiSql`, will be shown on the form on the same line, before the FormElements.
   * Per row, the STORE_PARENT is filled with the current record of the primary table.
 
 The following definition of *Simple* and *Advanced* is just for explanation, there is no *flag* or *mode* which
@@ -2635,7 +2635,7 @@ FormElement:
 
 * The FormElement.name represents a column of the defined primary table.
 * The existing values of such FormElements are automatically loaded.
-* No further definition (sqlInsert, sqlUpdate, ...) is required.
+* No further definition (`sqlInsert`, `sqlUpdate`, ...) is required.
 
 Advanced
 ^^^^^^^^
-- 
GitLab