English (United Kingdom)

Includes an hidden field into the document.

type

(string)  Must be equals to hidden.

default

(string)  An optional default value.

value

(string)  The last saved value.

id

(string)  An optional field ID.

class

(string)  An optional field class suffix.

[
    'uid' => [
        'type' => 'hidden',
        'value' => 'UH68-DC7Y-9KP2',
    ]
]

Changelog

Version Description
1.2.5 Introduced.
Last Update: 2022-03-09
Helpful?