commit f821d76b48c4ea29cfae64c2b6accc3ebe81b99a parent ed0351180537b86e66f74d6180c45b4a39da83a1 Author: Florian Dold <florian@dold.me> Date: Mon, 5 May 2025 15:11:26 +0200 document accept-tos form attributes Diffstat:
| M | deployments/tops.rst | | | 25 | +++++++++++++++++++++++++ |
1 file changed, 25 insertions(+), 0 deletions(-)
diff --git a/deployments/tops.rst b/deployments/tops.rst @@ -549,6 +549,31 @@ The the UI for the forms is defined in `taler-typescript-core <https://git.taler When the customer or officer submit the information throught the client software it must include the fields FORM_ID and FORM_VERSION attributed as defined in GANA. +accept-tos +^^^^^^^^^^ + +**Filled out by:** Customer + +**Purpose:** Customer confirms that they accept the terms of service. + +**Form Demo:** `Link <https://www.taler.net/files/storybook-forms/stories.html#forms-accept%20tos-EmptyForm>`_ + +**Attributes**: + +.. code:: none + + ACCEPTED_TERMS_OF_SERVICE :: Text + DOWNLOADED_TERMS_OF_SERVICE :: Boolean + +* ``ACCEPTED_TERMS_OF_SERVICE`` + + * **Description**: ToS version that the user accepted. + +* ``DOWNLOADED_TERMS_OF_SERVICE`` + + * **Description**: Whether the user downloaded the + terms of service. + generic_note ^^^^^^^^^^^^