Hi,
We use Safecracker… EE 2.2.2. Guests are allowed to post entries.
In the settings for Safecracker you can see in the attachment that we use memberID 4 for guests… However if I look into the source of the form it says this:
<form id="publishForm" method="post" action="http://www.windindustry.se/index.php/registrering" enctype="multipart/form-data">
<div class='hiddenFields'>
<input type="hidden" name="ACT" value="6" />
<input type="hidden" name="RET" value="http://www.windindustry.se/index.php/registrering" />
<input type="hidden" name="URI" value="registrering" />
<input type="hidden" name="XID" value="03d6e2a628662da69f810f85a03275b2502a215e" />
<input type="hidden" name="return_url" value="registrering/info/URL_TITLE" />
<input type="hidden" name="author_id" value="1" />
<input type="hidden" name="channel_id" value="1" />
<input type="hidden" name="entry_id" value="0" />
<input type="hidden" name="site_id" value="1" />
<input type="hidden" name="return" value="registrering/info/URL_TITLE" />
<input type="hidden" name="allow_comments" value="n" />
</div>Maybe I’m wrong but shouldn’t author_id be 4 instead of 1?
Thanks / Henrik