[TYPO3-english] Formhandler - predefined form with name other then "default" not working
bw at shs-it.de
bw at shs-it.de
Mon Sep 27 20:26:36 CEST 2010
Hi there,
I have configured an predefined form handler and it looks like this:
plugin.Tx_Formhandler.settings.predef.kontaktform {
name = Kontaktformular
addErrorAnchors = 0
langFile.1 = fileadmin/template/lang/blabla.xml
# Validators configuration
validators {
1 {
class = Tx_Formhandler_Validator_Default
config {
fieldConf {
preName {
errorCheck.1 = required
}
}
}
}
}
# Finishers configuration
finishers {
1.class = Tx_Formhandler_Finisher_Mail
1.config {
admin {
to_email = xxx
}
}
}
}
Problem: It doesn't work (form isn't submitted and not validated)
But when I change the name from "kontaktform" to "default", it works!
Do I miss something?
Thank you very much for your help!
More information about the TYPO3-english
mailing list