ploneformgen

How can I get an ISO date (not localized) from a PloneFormGen results template?

How do I get an ISO date (2010-01-01 00:00:00), in addition to the localized date, in a PloneFormGen mailer template? ...

conditionally checking a value in PloneFormGen

I have an information request form that has a series of checkboxes that i want to conditionally test and if checked I want to add content to the page. The issue I'm having is that I can't find the the proper syntax to add to the template to make this happen: curently i have: <tal:block condition="python:request.form.get('my-field-nam...