| Sunday 15 January 2006 4:07:56 pm 
                                                                 Hi, Of course, if I don't check Information Collector.... it can't work  
But now, I realy don't understant the syntaxe of the <i>collectedinfomail/feedback_form.tpl</i> template.I read this page:
 http://ez.no/doc/ez_publish/technical_manual/3_6/reference/template_fetch_functions but I don't succeeded to collect the "Option" attribute value (value which is dispalyed by <i>collectedinfo/form.tpl</i> after sending the form). The value I want to fetch is: 
<tr><td>>contentclassattribute_id</td>
<td>string</td>
<td>291</td>
</tr>
<tr><td>>attribute_original_id</td>
<td>string</td>
<td>0</td>
</tr>
<tr><td>>sort_key_int</td>
<td>string</td>
<td>0</td>
</tr>
<tr><td>>sort_key_string</td>
<td>string</td>
<td>''</td>
</tr>
<tr><td>>data_type_string</td>
<td>string</td>
<td>'ezoption'</td>
</tr>
<tr><td>>data_text</td>
<td>string</td>
<td>'<?xml version="1.0" encoding="UTF-8"?>
<ezoption>
 <name>Activités</name>
 <options>
   <option id="0"
           additional_price="">10</option>
   <option id="1"
           additional_price="">20</option>
   <option id="2"
           additional_price="">30</option>
 </options>
</ezoption>'</td>
one of the 3 options (10, 20 or 30). Is there someone who can show/explain me the good syntaxe ? Pascal Ce qui embellit le désert c'est qu'il cache un puits... quelque part... (A. de Saint-Exupéry) - http://luxpopuli.fr/eZ-Publish
                                                                 |