Search code examples
phpcontent-management-systemelgg

Elgg - perform an action for a guest user


I need to perform an action like save the result for a survey for a guest user(non registered/not logged in) in elgg, in which the user only gets a page having a form of data . I manage to get this thing but, when i submit the action it shows the error

Sorry, you cannot perform this action while logged out.

and redirect to the login page.

How to solve this issue Thanks


Solution

  • check the register_action , there is a parameter $public with options true/false

    if u set it to true this action be accessed by people not logged into the system.