Friday 19 October 2007 12:12:21 am
I'm trying to get RedirectAfterPublish to work, as detailed in the EzPublish Basics book, but it doesn't seem to work... any suggestions welcome!
<form method="post" action={'/content/action'|ezurl} style="margin: .2em 0">
<input type="submit" name="NewButton" value="Create" class="button" />
<input type="hidden" name="ClassID" value="29" />
<input type="hidden" name="NodeID" value="{$this_years_node}" />
<input type="hidden" name="RedirectAfterPublish" value="/community" />
<input type="hidden" name="DiscardConfirm" value="0" />
</form>
Paul Bolger
|