[TYPO3-dev] $this->cObj->FORM and email recipient
Bartosz Aninowski
bart at REMITsonik.pl
Wed Oct 25 13:02:35 CEST 2006
Hi
I hvae problem with email recipient in my own extension form.
I've searched list's archive and found posts with the same problem but no
solutions.
This is my TS setup
Email form is rendered correctly but there is no hidden receipient field and
email is not sent.
email {
dataArray {
1.type = subject=input,40
1.value = Temat
30.label = Imie
30.type = imie=input,40
30.required = 1
40.label = Email
40.type = email=input,40
40.required = 1
50.label = tresc
50.type = tresc = textarea
50.required = 1
140.type = formtype_mail=submit
140.value = Send
}
recipient >
recipient = your at email.com
method = POST
accessibility = 1
layout = ###LABEL###: ###FIELD###<BR>
locationData = 1
REQ=1
REQ.layout = ###LABEL### (Required): ###FIELD###<BR>
}
More information about the TYPO3-dev
mailing list