Try
[[!FormIt? &hooks=`email,redirect` &emailTpl=`tpl.kontakt` &emailTo=`[email protected]` &redirectTo=`6` ]]
You may also want to check if dot in tpl.kontakt isn’t the issue. Shouldn’t be but who knows

You can start with the simplest call to check it.
Be sure to check your error log and if your hoster didn’t blocked mail() function. I believe formIt use that by default. If so configure it to use smtp.
Hope sth helps.
mike
//Why use windows since there is a door?//
Hi Mike,
the ame error. Even wehen I try to name the chunk without the dot.
The error Log says this:
[2010-09-13 09:37:03] (ERROR @ /var/www/virtual/xxxx/htdocs/core/xpdo/xpdo.class.php : 1668) PHP warning: json_encode() [<a href=’function.json-encode’>function.json-encode</a>]: recursion detected
Systemsettings:
PHP Mailer: 2.0.4
MySQL: 5.0.22
PHP: 5.2.6-0
Can you post your emailTpl chunk?
shouldn’t button be of submit type?
//Why use windows since there is a door?//
No, you can use a normal button or a grafic as button.
That is not the reason. Because before it was a normal button with the same error.
maybe you try changing it type to submit and style it with css?
just to be sure (in this case css is not needed).
//Why use windows since there is a door?//
Yes this is possible but that is not the reason of the error.
No matter what button-sytle I use, formIt do not send and do not redirect.
Hi, if you use example contact form and snippet call does it work? Maybe it is badly installed?
mike
//Why use windows since there is a door?//