⚲
Project
General
Profile
Sign in
Home
Projects
Help
Search
:
TYPO3 Core
All Projects
TYPO3 Core
Overview
Activity
Roadmap
Issues
Repository
Download (1.48 KB)
Bug #76308
ยป testform.txt
Thomas Wedekind
, 2016-05-26 12:08
class = product_form
enctype = multipart/form-data
method = post
prefix = tx_form
confirmation = 0
postProcessor {
1 = mail
1 {
recipientEmail =
senderEmail =
}
}
10 = TEXTAREA
10 {
cols = 40
rows = 5
name = NewTextarea
label {
value = Try to move
}
}
20 = FIELDSET
20 {
class = product_form_fields
legend {
value = Test form
}
10 = FIELDSET
10 {
class = product_fields_details
10 = TEXTLINE
10 {
type = text
name = field1
placeholder = input something
required = required
label {
value = Field 1*
}
}
20 = TEXTLINE
20 {
type = text
name = field2
placeholder = input something
required = required
label {
value = Field 2*
}
}
30 = TEXTLINE
30 {
type = text
class = newFormLine
name = field3
placeholder = input something
required = required
label {
value = Field 3*
}
}
40 = TEXTLINE
40 {
type = text
name = field4
placeholder = input something
required = required
label {
value = Field 4*
}
}
50 = TEXTLINE
50 {
type = text
name = field5
placeholder = input something
required = required
label {
value = Field 5*
}
}
}
20 = FIELDSET
20 {
class = product_fields_message
10 = TEXTAREA
10 {
cols = 40
rows = 5
name = textarea1
placeholder = input something
required = required
label {
value = Textarea 1*
}
}
}
30 = SUBMIT
30 {
type = submit
class = product_fields_submit
name = 12
value = send
}
}
(1-1/1)
Loading...