Hi Chad,
The tokens are only supported in the emails not the ascx pages
The Order id is populated using the following label:
<asp:Label ID="lblOrderID" runat="server" CssClass="SmithProdText"/>
You could write a java script that reads the asp label for order ID and populates it in another area of the page in a div tag. The same concept applies to all the other data that shows on the form.
Thanks