Sorry about the partial. I didn&#39;t know if putting the full form in an email would be bad form, like using all caps.<br><br>This is set: $EnablePostDirectives = true;<br><br>Form:<br><br>(:foxmessages:)<br>(:fox projectform put=top target=&#39;{$$projecttitle}&#39; ptvupdate=1 template=ProjectTemplates#new redirect=1 upload=1 :)<br>
(:input defaults source={$EditSource} :)<br><br>&#39;&#39;&#39;Hide from reports:&#39;&#39;&#39;(:input default $:hide Yes :)<br>(:input radio $:hide Yes :) Yes<br>(:input radio $:hide No :) No<br><br>&#39;&#39;&#39;Notify:&#39;&#39;&#39;<br>
(:input checkbox foxnotify[] SystemManagers &quot;Systems&quot; :) Systems<br>(:input checkbox foxnotify[] DevManagers &quot;Development&quot; :) Development<br><br>&#39;&#39;&#39;Status:&#39;&#39;&#39;(:input default $:status Pending :)<br>
(:input radio $:status Pending :) Pending<br>(:input radio $:status Active :) Active<br>(:input radio $:status Hold :) Hold<br>(:input radio $:status Completed :) Completed<br>(:input radio $:status Archived :) Archived<br>
<br>&#39;&#39;&#39;Area:&#39;&#39;&#39;(:input default $:area Project :)<br>(:input radio $:area Project :) Project<br>(:input radio $:area Maintenance :) Maintenance<br><br>|| &#39;&#39;&#39;Project Title:&#39;&#39;&#39;||(:input text projecttitle &quot;{$:projecttitle}&quot; size=80:) ||<br>
|| &#39;&#39;&#39;Project Manager:&#39;&#39;&#39;||(:input text name=$:leader size=80:) ||<br>|| &#39;&#39;&#39;IT Members:&#39;&#39;&#39;||(:input text name=$:itmembers size=80:) ||<br>|| &#39;&#39;&#39;Objective:&#39;&#39;&#39;||(:input text name=$:objective size=80:) ||<br>
|| &#39;&#39;&#39;Implementation Date:&#39;&#39;&#39;||(:input text name=$:implementation size=80:) ||<br>|| &#39;&#39;&#39;Business Contact:&#39;&#39;&#39;||(:input text name=$:businesscontact size=80:) ||<br>|| &#39;&#39;&#39;Statement of Work:&#39;&#39;&#39;||(:input textarea name=$:work cols=80 rows=10:) ||<br>
|| &#39;&#39;&#39;Itinerary:&#39;&#39;&#39;||(:input textarea name=$:itinerary cols=80 rows=10:) ||<br>|| &#39;&#39;&#39;Testing Procedures:&#39;&#39;&#39;||(:input textarea name=$:testing cols=80 rows=10:) ||<br>|| &#39;&#39;&#39;Post Mortem:&#39;&#39;&#39;||(:input textarea name=$:postmortem cols=80 rows=10:) ||<br>
|| &#39;&#39;&#39;References:&#39;&#39;&#39;||(:input textarea name=$:references cols=80 rows=10:) ||<br>|| &#39;&#39;&#39;Author:&#39;&#39;&#39;||(:input text author {$Author} size=20:) ||<br>|| ||(:input submit post Enter:)||<br>
(:foxend projectform:)<br><br><br>Template--<br><br>!!!#display for Project Templates<br>[@<br>[[#display]]<br>(:title {{$$projecttitle}}:)<br>&gt;&gt;right messageheader&lt;&lt;&nbsp;&nbsp; <br>%green%[-created {(ftime &quot;%d %b %Y - %H:%M&quot; @{{$$date}})}-] (:if expr ( auth admin || author {$$author} ):) {[foxedit form=NewProject]}%% (:if:)<br>
&gt;&gt;frame messagetext&lt;&lt;<br>||border=0 rules=rows frame=hsides<br>||&#39;&#39;&#39;Hide from reports:&#39;&#39;&#39;||{{$$hide}}||<br>||&#39;&#39;&#39;Status:&#39;&#39;&#39;||{{$$status}}||<br>||&#39;&#39;&#39;Area:&#39;&#39;&#39;||{{$$area}}||<br>
||&#39;&#39;&#39;Project Title:&#39;&#39;&#39;||{{$$projecttitle}} ||<br>||&#39;&#39;&#39;Project Manager:&#39;&#39;&#39;||{{$$leader}} ||<br>||&#39;&#39;&#39;IT Members:&#39;&#39;&#39;||{{$$itmembers}} ||<br>||&#39;&#39;&#39;Objective:&#39;&#39;&#39;||{{$$objective}} ||<br>
||&#39;&#39;&#39;Implementation Date:&#39;&#39;&#39;||{{$$implementation}} ||<br>||&#39;&#39;&#39;Business Contact:&#39;&#39;&#39;||{{$$businesscontact}} ||<br>!!!Statement of Work<br>{{$$work}}<br><br>!!!Itinerary<br>{{$$itinerary}}<br>
<br>!!!Testing Procedures<br>{{$$testing}}<br><br>!!!Post Mortem<br>{{$$postmortem}}<br><br>!!!References<br>{{$$references}}<br><br>&gt;&gt;&lt;&lt;<br><br>-----<br>[[Projects]]<br><br>[[#displayend]]<br>@]<br><br><br>!!!#new for new project pages<br>
This is used by form on NewProject page<br>[@<br>[[#new]]<br>#foxbegin#<br>(:title {$$projecttitle}:)<br>(:include ProjectTemplates#display date=$:date hide=$:hide status=$:status area=$:area projecttitle=$:projecttitle leader=$:leader itmembers=$:itmembers objective=$:objective implementation=$:implementation businesscontact=$:businesscontact work=$:work itinerary=$:itinerary testing=$:testing postmortem=$:postmortem references=$:references author=$:author :)<br>
<br>(:author: {$$author}:)<br>(:date: {$$(timestamp)}:)<br>(:hide: {$$hide}:)<br>(:status: {$$status}:)<br>(:area: {$$area}:)<br>(:projecttitle: {$$projecttitle}:)<br>(:leader: {$$leader}:)<br>(:itmembers: {$$itmembers}:)<br>
(:objective: {$$objective}:)<br>(:implementation: {$$implementation}:)<br>(:businesscontact: {$$businesscontact}:)<br>(:work: {$$work}:)<br>(:itinerary: {$$itinerary}:)<br>(:testing: {$$testing}:)<br>(:postmortem: {$$postmortem}:)<br>
(:references: {$$references}:)<br>#foxend#<br>[[#newend]]<br>@]<br><br><br><br><div class="gmail_quote">On Thu, Jun 12, 2008 at 1:06 PM, Hans &lt;<a href="mailto:design5@softflow.co.uk">design5@softflow.co.uk</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d">Wednesday, June 11, 2008, 7:09:00 PM, Scott Smith wrote:<br>
<br>
&gt; Here&#39;s a snippet--<br>
<br>
</div>&gt; ||&#39;&#39;&#39;References:&#39;&#39;&#39;||(:input textarea cols=80 rows=10:) ||<br>
<div class="Ih2E3d"><br>
&gt; So, you&#39;re saying it should be (:input textarea references &quot;{$:references}&quot;<br>
&gt; cols=80 rows=10:)<br>
<br>
</div>No. name=$:references refers to the PTV name &#39;references&#39;<br>
<br>
Actually your form snippet works fine for me, like in this form<br>
(and no need for quotes anywhere):<br>
-----<br>
(:foxmessage:)<br>
(:fox frm ptvtarget={$FullName}:)<br>
<div class="Ih2E3d">||<br>
||&#39;&#39;&#39;References:&#39;&#39;&#39;||(:input textarea name=$:references cols=80 rows=10:) ||<br>
</div>(:input submit post Enter:)<br>
(:foxend frm:)<br>
<br>
references: blabla<br>
-----<br>
<br>
With this form I can post directives of form (:....:),<br>
if I have set in config<br>
 &nbsp; $EnablePostDirectives = true;<br>
<br>
If I don&#39;t set this, then the directive gets &#39;disarmed&#39; by converting<br>
the (: .... :) into (&amp;#x3a; ..... #x3a;)<br>
<br>
If it does not work for you, then please provide a complete example!<br>
Parts of forms are not much use for analising!<br>
<font color="#888888"><br>
<br>
 &nbsp;~Hans<br>
<br>
</font></blockquote></div><br>