[TYPO3-german] Nochmal formhandler

Peter Kühnlein peter at function2form.net
Mon May 13 11:30:29 CEST 2013


Moin Liste -

ich hoffe, alle haben das Wochenende gut überlebt.

Seit ein paar Tagen quäle ich mich mit Formhandler rum... und krieg's 
nicht gebacken. Im Moment hab ich dieses erste Problem: Schalte ich den 
Debug-Mode ein, bekomme ich angezeigt "Rufe Klasse 
"Tx_Formhandler_Interceptor_Filtreatment" auf!" obwohl ich an keiner 
Stelle diesen Interceptor eingebunden habe. Ich will auch kein 
Attachment an mein Kontaktformular ermöglichen - das alles brauch ich 
nicht. Nicht in diesem Projekt.
Mein TS im Extension-Template ist auch denkbar schlicht:

plugin.Tx_Formhandler.settings {
  debug = 1
   templateFile = fileadmin/kontakt/form.html
   langFile = fileadmin/kontakt/form.xml

   finishers {
         1.class = Tx_Formhandler_Finisher_Mail
         1.config {
             limitMailsToUser = 5
             admin {
               to_email = email1
               sender_email = email2
               subject = TEXT
               subject.value = Nachricht vom Kontaktformular
             }
             user {
               to_email = email2
               sender_email = email1
               subject = TEXT
               subject.value = Kontaktaufnahme
             }
         }
         2.class = Tx_Formhandler_Finisher_SubmittedOK
         2.config.returns = 1
     }
}

Hat jemand eine Idee, wo FH das herbekommt, dass der Interceptor 
eingebunden werden soll?
Bin für jede Hilfe dankbar...

LG Peter

-- 

http://function2form.net
http://peter-kuehnlein.net

"Although men have become gentle these days because of their lack of vitality, this does not mean that they are inferior in being crazy to die. That has nothing to do with vitality."
(Hagakure)



More information about the TYPO3-german mailing list