Try changing the following line in the schedule_oneclick_non_recurring.html file
<INPUT TYPE="hidden" NAME="template" VALUE="<%=($main::in{'template_value'} | | "main.html")%>">
to
<INPUT TYPE="hidden" NAME="template" VALUE="<%=("schedule_oneclick_non_recurring.html" | | "main.html")%>">
NOTE: This forum software adds a space between the | | bars above. There should be no space between them.
Dan O.
[This message has been edited by DanO (edited March 11, 2004).]