I have a simple channel form where I’m trying to edit an entry on a single entry page. When I submit the form I get returned to my specified url, but the entry doesn’t update. Any idea what’s going on? EE 2.8.1
{exp:channel:form
channel="visioning"
return="{segment_2}"
url_title="{segment_2}"
include_jquery="no"
require_entry="yes"
datepicker="no"
use_live_url="no"
}
<input name="title" type="hidden" value="{title}" size="30" maxlength="100" />
{field:test_input}
<input type="submit" value="Submit">
{/exp:channel:form}