Hi there,

Can you use freemarker #if #else syntax when using a text email in a form 
module form?

We tried
[#if someField=="value"]
  Details:
  ${someOtherField1}
  ${someOtherField2}
[/#if]
as well as
<#if someField=="value">
  Details:
  ${someOtherField1}
  ${someOtherField2}
</#if>

However the whole block just seems to drop from the final e-mail.

What syntax can I use? (if any?)

I couldn't find any documentation in the wiki other than it mentioning that you 
can use freemarker, which I think I do.

Rgds,

Arnoud

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=d1e9c4b5-0300-42ee-9504-ebab7d15dc51


----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

Reply via email to