| random | Always | Random string with length of 32 alphanum chars (lower & upper case). This variable is always filled. Each access gives a new value. |
| | | Uniqueness is added via PHP function *uniqid()* which just prepends 13 chars at the beginning of the random string. *uniqid()* is only a |
| | | very precise timestamp, therefore these first 13 chars should *not* be taken as random! They should make uniqness more likely. |
| random | Always | Random string with length of 32 alphanum chars (lower & upper case). See :ref:`RANDOM`. |
| allRequiredGiven | Form | Form save - Set during check of all required FE. If every *required* FE is given: *1*. Else: *0*. If there is no required FE: *1*. |
| | | Even with ``formModeGlobal = requiredOff | requiredOffButMark`` the variable will be set. |
...
...
@@ -310,6 +308,25 @@ QFQ values
| mimeType | FE *upload* | Mime type of the uploaded file. |