Form field: get submitted value¶
Get the submitted input of a form field and store it as a token.
Fields¶
Name of token
-
The field value will be loaded into this specified token.
Field name
-
The input name of the form field. This is mostly found in the "name" attribute of an <input> form element. This property supports tokens.
Strip tags
-
Whether stripping all HTML and PHP tags or not.
Trim
-
Whether stripping all whitespaces at the beginning and end or not.
Filter XSS
-
Additionally filters out possible cross-site scripting (XSS) text.
Last update:
February 5, 2023 15:10:36