Marcus
Well-known member
It is also possible, that post_id is not delivered by the route /posts/23123/, but maybe you have to put post_id in the html form submit like
Edit: I don't think that's the case, as the edit form field has a link like "<form action='/posts/234234/changedate'", right?
should do that
PHP:
<input type="hidden" name="post_id" value ="{$postId}" />
Edit: I don't think that's the case, as the edit form field has a link like "<form action='/posts/234234/changedate'", right?
PHP:
<form action="{xen:link 'posts/changedatesave', $post}" method="post" class="xenForm AutoValidator" data-redirect="on">
Last edited: