Problems with Information Collection's results...

Author Message

Sebastian Wohlrab

Tuesday 05 October 2010 11:08:50 am

I have a strange Problem with my information collection form, which collects informations very well, but doesnt show a result template (the form's tpl is showed instead of it...).

I have checked everything - overrides are looking good (i have two: one for the form, one for the result's page, collect.ini is also ok)...

As i said: The collection is performed, but the /content/collectedinfo/xx show's the form, not the collectedinfo override :(

Im using 4.4 (its not my first eZ Project, ive realized several sites with several forms and never hat that problem... but this is my first use of 4.4)

If someone has an idea, pls help :) Thx for Support

Sebastian

Ɓukasz Serwatka

Sunday 12 December 2010 3:23:30 pm

Hi,

Can you paste your template override rule?

Personal website -> http://serwatka.net
Blog (about eZ Publish) -> http://serwatka.net/blog

Simone D'Amico

Thursday 20 January 2011 4:25:07 am

Hi Sebastian,

I've the same problem. Have you resolved?

scrieler _

Monday 31 January 2011 3:30:15 am

I have this problem if I send a mail from embed view, don't know how to get the $collection info...

my problem is the $node.contentobject_id

from embed object I have another object id, my solution:

{if or(not($collection_id),not($node.contentobject_id))}
    {foreach $node.children as $children}
        {if eq($children.class_identifier,'feedback_form')}
            {def $embedobjectid = $children.contentobject_id}
        {/if}
    {/foreach}
    {def $collection = fetch( content, collected_info_collection, hash( contentobject_id, $embedobjectid ) ) }
{else}
    {def $collection = cond( $collection_id, fetch( content, collected_info_collection, hash( collection_id, $collection_id ) ),
                              fetch( content, collected_info_collection, hash( contentobject_id, $node.contentobject_id ) ) )}
{/if}

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.