Search code examples
codeigniterexpressionengine

Make it possible for guests to add entries via "template-generated" form in expression engine?


I'm trying to figure out how if it is possible to provide guests (regular visitors) to my site with a form via the regular templates and let this form submission create an entry to a specified channel.

In essence, I would like to make a channel entry using a simple http-request and render a "frontend" response-page i suppose.

Does anyone know about any neat solutions for this?


Solution

  • EE doesn't support this out of the box - all users must be logged in order to allow them to modify channels/weblogs

    There's a few plugins - http://www.putyourlightson.net/projects/logmein is one of them that allow "fake" users being logged in

    Mix that up with SAEF and you might achieve what you want