I’m on EE2.1.3, and is using SafeCracker 1.0.3.
Simply put, my entry form doesn’t update the entry. Neither changing the title or status does anything. Structure is handling the site structure. Might it be messing with anything?
{if logged_in}
<!-- Status overlay -->
{exp:safecracker channel="pages" return="{current_slug}" entry_id="5" include_jquery="no" datepicker="no"}
<label for="status">Status</label>
<select name="status" id="status">
{statuses}
<option value="{status}"{selected}>{status}</option>
{/statuses}
</select>
<label for="url_title">Title</label>
<input type="text" name="title" id="title" value="{title}" maxlength="75" size="50" />
<input type="submit" name="submit" value="Submit" />
{/exp:safecracker}
<!-- end status overlay -->
{/if}