----------------
- Make the plain_mail and html_mail fields optional, but give a
validation error when neither of them is filled in.
[maurits]
- Add a field to select a different thank-you page to show when the
form has been confirmed. Fall back to the standard thank-you page
of the form or the fg_result_view page.
[maurits]
- When there is no plain text or no html text, do not send that part.
[maurits]
- Do not use a RichTextWidget for the html field. Any tal tags
would get stripped.
[maurits]