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!
_______________________________________________
TYPO3-english mailing list
[email protected]
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Reply via email to