[TYPO3-german] tt_news in ein mailform schreiben.

Markus Golser elmargol at googlemail.com
Tue Aug 25 15:19:45 CEST 2009


Habe das mal versucht zu machen kenne mich aber offensichtlich zu
wenig damit aus. eventuell kann hier ja jemand helfen

Mein Code:
lib.newsSingle < plugin.tt_news
lib.newsSingle {
  code >
  code = LATEST
  pid_list = 3
}


mailform = FORM
mailform {
 layout = <label>###LABEL###</label> ###FIELD### <br>
 dataArray {
  10.label = Name:
  10.type = name=input
  10.value =
  10.required = 1
  15.label = Email:
  15.type = input
  15.value = ihre at email.de
  15.specialEval = EMAIL
  15.required = 1
  30.label = Kommentar
  30.type = textarea
  30.value < lib.newsSingle
  40.type = abschicken=submit
  40.value = Abschicken
 }
}
tt_content.mailform.20 < mailform


More information about the TYPO3-german mailing list