Monday 21 March 2005 2:42:58 am
Hi all!
I done a form using infomation collection. All it works! I fill the form's fields and I send the e-mail.
My problem is: I would like to show in my site, all the form that the users send. So everybody can read what the other people wrote. I'm using this code:
{let collection=fetch( 'content', 'collected_info_collection', hash( 'collection_id', 1, 'contentobject_id', 4668 ) )}
{section var=attribute loop=$collection.attributes}
{$attribute.contentclass_attribute_name}: {$attribute.data_text}<br>
{/section}
{/let}
In this way I can see the content of the first form sent.
I would like to see all! I think I need to set variable the value of 'collection_id', but I can't!
Please, please, please HELP ME!
Thanks Valentina
|