You can add a component that behaves the same as the browser Back button. This component permits you to add a back link anywhere on the form.
<Field name=’back’>
<Display class=’BackLink’>
<Property name=’title’ value=’Back’/>
<Property name=’value’ value=’previous page’/>
</Display>
</Field>