[Typo3-german] recipient fehlt

Oliver Roth o.roth at iqi.de
Tue Sep 6 17:52:59 CEST 2005


Hi list,

irgendwie sehe ich den Wald vor lauter Bäumen nicht:

ich erstelle folgendes Formular mit TS:


##################################################
temp.form = FORM
temp.form {

dataArray {

10.label = Firma
10.type = Firma=input,40
10.required =1

20.label = Abteilung
20.type = Abteilung=input,40
20.required = 1

30.label = Name
30.type = Name=input,40
30.required = 1

40.label = Strasse
40.type = Strasse=input,40
40.required = 1

50.label = PLZ/Ort
50.type = plz_ort=input,40
50.required = 1

60.label = Land
60.type = land =input,40
60.required = 1

70.label =
70.type = formtype_mail=submit
70.value = Bestellen

80.label =
80.type = html_enabled=hidden
80.value = 1

90.label =
90.type = subject=hidden
90.value = {$BAL}
}

REQ < tt_content.mailform.20.REQ
badMess < tt_content.mailform.20.badMess
emailMess < tt_content.mailform.20.emailMess
stdWrap.wrap < tt_content.mailform.20.stdWrap.wrap

stdWrap.prepend = TEXT
stdWrap.prepend.wrap = <h1>Bestellung der Betriebsanleitung für<br>{$BAL}</h1>

method = post
redirect = 900
locationData = 1
layout < tt_content.mailform.20.layout
recipient = o.roth at iqi.de
}


seite.10.marks.PAGECONTENT < temp.form
##################################################

Das Formular funktioniert leider nicht, weil das hidden-Feld mit dem recipient nit generiert wird.
Kann mir einer sagen was ich falsch mache?

- Oliver Roth (oroth)

-----------------------
The mailing list archive is found here:
http://typo3.org/documentation/mailing-lists/german-user-list-archive/
				



More information about the TYPO3-german mailing list