Giving access to form class

Author Message

Eirik Alfstad Johansen

Thursday 20 November 2003 4:51:08 am

Hi,

Using information collection functionality, I've created a form class. To display the form on the contact page, I use the following template code:

{let articles=fetch(content,
list,
hash(parent_node_id, $node.node_id,
limit, 1))
}

{section name=Article loop=$articles}
{node_view_gui view=full content_node=$Article:item}
{/section}

{/let}

This works as intended when I'm logged in as Administrator, but not when I'm not logged in. I've tried giving access to both read, create and edit functins for the form class in the content module, but the page still doesn't display the form for the anonymous user.

Am I giving access to the wrong functions/modules?

Thanks in advance !

Sincerely,

Eirik Johansen
Netmaking AS

http://www.netmaking.no/

Sincerely,

Eirik Alfstad Johansen
http://www.netmaking.no/

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