<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><span class="Apple-style-span" style="font-family: 'Lucida Grande'; font-size: 13px; white-space: pre-wrap; ">Hans,

Thanks for the explanation. I tried what you suggested. It works for a single line foxpreviewtemplate.

How would I use a multi-line template? I tried using previewtemplate= in the markup below, but preview made an actual post.&nbsp;</span></div><div><span class="Apple-style-span" style="font-family: 'Lucida Grande'; font-size: 13px; white-space: pre-wrap; ">
--------------------------
Here's what I put in Main.WikiSandbox: (my form)
--------------------------

>>frame&lt;&lt;
This is the current contents of Main.WikiSandbox3:

(:include Main.WikiSandbox3#Contents#Contentsend:)
>>&lt;&lt;

(:fox myform ptvtarget=Main.WikiSandbox3 previewtemplate=Main.WikiSandbox2 redirect={*$FullName}":)
(:input default request=1:)
(:input text myptv size=10:)
%center%(:input submit post "$[Save]":) (:input submit cancel "$[Cancel]":) (:input submit preview 'Preview':)
(:foxmessages:)
(:foxend myform:)
(:if foxpreview:)
!!!$[Preview]: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; %green%[-&amp;ndash;\
 $[Changes have not been saved] &amp;ndash;-]
>>frame&lt;&lt;
This will be the contents of Main.WikiSandbox3 if you save:

(:foxpreview:)
>>&lt;&lt;
(:if:)

--------------------------
Here's what I put in Main.WikiSandbox2: (my template)
--------------------------

This is myptv: {$$myptv}.


--------------------------
Here's what I put in Main.WikiSandbox3: (my target)
--------------------------</span></div><div><span class="Apple-style-span" style="font-family: 'Lucida Grande'; font-size: 13px; white-space: pre-wrap; ">
[[#Contents]]
myptv: 1
[[#Contentsend]]</span></div><div><font class="Apple-style-span" face="'Lucida Grande'" size="3"><span class="Apple-style-span" style="font-size: 13px; white-space: pre-wrap;"><br></span></font></div><div><font class="Apple-style-span" face="'Lucida Grande'" size="3"><span class="Apple-style-span" style="font-size: 13px; white-space: pre-wrap;">Randy</span></font></div><div><div><br></div></div></body></html>