I'm on Modx Revolution 2.2.0-pl2 and have the following FormIt snippet:
[[!FormIt?
&hooks=`recaptcha,spam,email,redirect`
&emailTpl=`MyEmailChunk`
&emailTo=`*****@$$$$$.com`
&redirectTo=`2`
&validate=`name:required,
email:email:required,
subject:required,
text:required:stripTags`
]]
Simply used from the FormIt example on the ModX Documentation Examples.
My redirect does not work. I have my resource id 2 published (hidden from menus).
My email is also not sent. I have been able to successfully send emails when I create new Users from the Manager for the user's ModX generated password.
[ed. note: vishalashah last edited this post 14 years, 7 months ago.]