<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><font class="Apple-style-span" size="4"><span class="Apple-style-span" style="font-size: 14px;">Is there a way to specify where foxdelete redirects the user after the user presses the delete button?<div><br></div><div>I have a "controller" page that presents a series of forms one at a time. Each form is included from another page and the responses are saved on these other pages. The controller page knows which form to present based on a Get value in the URL.</div><div><br></div><div>My technique works fine for fox forms, because I can specify the redirection:&nbsp;'target={$FullName} redirect={*$FullName}?page={$?page}'. But I don't see redirection capability for foxdelete. Without it, the user who deletes something via the delete button will go all the way back to page 1.</div><div><br></div><div>Randy</div></span></font></body></html>