Skip to content

Commit e916e15

Browse files
authored
Merge pull request #310 from WoltLab/hidden-form-field
Document HiddenFormField
2 parents 4f27948 + 813813b commit e916e15

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/php/api/form_builder/form_fields.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,13 @@ The class implements `IAttributeFormField`, `IAutoCompleteFormField`, `IAutoFocu
9595
`FloatFormField` is an implementation of [AbstractNumericFormField](#abstractnumericformfield) for floating point numbers.
9696

9797

98+
### `HiddenFormField`
99+
100+
`HiddenFormField` is a form field without any user-visible UI.
101+
Even though the form field is invisible to the user, the value can still be modified by the user, e.g. by leveraging the web browsers developer tools.
102+
The `HiddenFormField` *must not* be used to transfer sensitive information or information that the user should not be able to modify.
103+
104+
98105
### `IconFormField`
99106

100107
`IconFormField` is a form field to select a FontAwesome icon.

0 commit comments

Comments
 (0)