Thursday 13 March 2008 2:49:07 pm
{foreach $collection.attributes as $attribute} {$attribute.contentclass_attribute_name|wash}: {attribute_result_gui view=info attribute=$attribute} {/foreach}
The codes above are the part of form.tpl under templates/content/collectedinfomail.
Dose the view=info control the format of email to display?
I have look through the templates under standards, and I've found some templates within the same name, but none of them is the one I required. So my quesition is how can I change the format of email to display like name: calvin
message: hello, nice 2 meet u
receiver: calvinlyc@example.com
rather than name:
calvin
message:
hello, nice 2 meet u
receiver: calvinlyc@example.com English is not my first language, hope everyone can understand my questions. Thanks for the help Kind regards
|