I am trying to get the mailer to include a rich label field from my Ploneformgen form. I have gone into the template of the mailer adapter and added this code:
<tal:block tal:content="python:request.form.get('sss-label', None)"/>
'sss-label is the name of the rich label field. This code works for displaying other items on the form, just not this one. Any ideas?
John