Jun 22nd, 2011, 4:18 AM
Quote:For example say we have a field specifying gender, one might want to send an e-mail to males etc. Is this possible?
Sure, no problem! The way you do this is by mapping an email template to a particular form View. Views can be set up to show subsets of the total form information - like only men, only women, or more advanced stuff like only 15 year olds from Boston who like Kierkegaard and existentialist philosophy. See the View Filters section of the documentation for more info on how to set that up: http://docs.formtools.org/userdoc2_1/ind...ew_filters
After the View is created, you just edit the Email Template, then in "Advanced Settings" at the bottom of the first tab select your View for the "For only submissions in View:" option of the "When Sent" field.
And that's it!
- Ben