Dear Magnolians

Probably a very simple question for those familiar with the subject: How can I 
get the form values of a checkbox paragraph. E.g. when I add a checkbox 
paragraph (i.e. a "Selection" paragraph), name the field "interests" and add 
three possible values like this

Skiing:ski
Surfing:surf
Soccer:soccer

How can I get the selected values printed in my mail form? I tried

${interests}

as with a regular edit field, but honestly did not really expect this to work - 
and it did not. So now I simply tried to check if there was anything like that 
in the model:

<#if interests??>
  There is a "interests" value
<#else>
  There is NO "interests" value
</#if>

And I do get NO as an answer. What is the right way to do this?

Thanks!
-will

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

Reply via email to