form

Custom form ViewHelper that renders the form state instead of referrer fields

Scope: frontend

Arguments

additionalAttributes

DataType
mixed
Required
true
Description
Additional tag attributes. They will be added directly to the resulting HTML tag.

data

DataType
mixed
Required
true
Description
Additional data-* attributes. They will each be added with a “data-” prefix.

action

DataType
string
Required
true
Description
Target action

arguments

DataType
mixed
Default
array ()
Required
true
Description
Arguments

controller

DataType
string
Required
true
Description
Target controller

extensionName

DataType
string
Required
true
Description
Target Extension Name (without “tx_” prefix and no underscores). If NULL the current extension name is used

pluginName

DataType
string
Required
true
Description
Target plugin. If empty, the current plugin name is used

pageUid

DataType
mixed
Required
true
Description
Target page uid

object

DataType
mixed
Required
true
Description
Object to use for the form. Use in conjunction with the “property” attribute on the sub tags

pageType

DataType
mixed
Required
true
Description
Target page type

noCache

DataType
mixed
Required
true
Description
Set this to disable caching for the target page. You should not need this.

noCacheHash

DataType
mixed
Required
true
Description
Set this to suppress the cHash query parameter created by TypoLink. You should not need this.

section

DataType
string
Required
true
Description
The anchor to be added to the action URI (only active if $actionUri is not set)

format

DataType
string
Required
true
Description
The requested format (e.g. “.html”) of the target page (only active if $actionUri is not set)

additionalParams

DataType
mixed
Default
array ()
Required
true
Description
Additional action URI query parameters that won’t be prefixed like $arguments (overrule $arguments) (only active if $actionUri is not set)

absolute

DataType
mixed
Required
true
Description
If set, an absolute action URI is rendered (only active if $actionUri is not set)

addQueryString

DataType
mixed
Required
true
Description
If set, the current query parameters will be kept in the action URI (only active if $actionUri is not set)

argumentsToBeExcludedFromQueryString

DataType
mixed
Default
array ()
Required
true
Description
Arguments to be removed from the action URI. Only active if $addQueryString = TRUE and $actionUri is not set

addQueryStringMethod

DataType
string
Default
‘GET’
Required
true
Description
Method to use when keeping query parameters (GET or POST, only active if $actionUri is not set

fieldNamePrefix

DataType
string
Required
true
Description
Prefix that will be added to all field names within this form. If not set the prefix will be tx_yourExtension_plugin

actionUri

DataType
string
Required
true
Description
Can be used to overwrite the “action” attribute of the form tag

objectName

DataType
string
Required
true
Description
Name of the object that is bound to this form. If this argument is not specified, the name attribute of this form is used to determine the FormObjectName

hiddenFieldClassName

DataType
string
Required
true
Description
HiddenFieldClassName

enctype

DataType
string
Required
true
Description
MIME type with which the form is submitted

method

DataType
string
Required
true
Description
Transfer type (GET or POST)

name

DataType
string
Required
true
Description
Name of form

onreset

DataType
string
Required
true
Description
JavaScript: On reset of the form

onsubmit

DataType
string
Required
true
Description
JavaScript: On submit of the form

target

DataType
string
Required
true
Description
Target attribute of the form

novalidate

DataType
mixed
Required
true
Description
Indicate that the form is not to be validated on submit.

class

DataType
string
Required
true
Description
CSS class(es) for this element

dir

DataType
string
Required
true
Description
Text direction for this HTML element. Allowed strings: “ltr” (left to right), “rtl” (right to left)

id

DataType
string
Required
true
Description
Unique (in this file) identifier for this HTML element.

lang

DataType
string
Required
true
Description
Language for this element. Use short names specified in RFC 1766

style

DataType
string
Required
true
Description
Individual CSS styles for this element

title

DataType
string
Required
true
Description
Tooltip text of element

accesskey

DataType
string
Required
true
Description
Keyboard shortcut to access this element

tabindex

DataType
integer
Required
true
Description
Specifies the tab order of this element

onclick

DataType
string
Required
true
Description
JavaScript evaluated for the onclick event