You could create your own new widget template and specify it in the widget instance of the object.&nbsp; That way you won&#39;t modify the original template.&nbsp; After you create the widget template, you do something like this,<br>
<br>StringField(&#39;something&#39;,<br>
&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; widget = StringWidget(<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
macro=&quot;mytemplateforthiswidget&quot;<br>
&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; )<br>
&nbsp;&nbsp; &nbsp; )<br><br>Again, pretty sure that works but untested.<br><br><div class="gmail_quote">On Tue, Jan 27, 2009 at 9:17 AM, SimO <span dir="ltr">&lt;<a href="mailto:simahawk@gmail.com">simahawk@gmail.com</a>&gt;</span> 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">Nathan Van Gheem wrote:<br>
&gt; I think you can just set the field label to nothing,<br>
&gt;<br>
&gt; StringField(&#39;something&#39;,<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; widget = StringWidget(<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; description = &quot;&quot;,<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; label=&quot;&quot;<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; )<br>
&gt;&gt; &nbsp; &nbsp; ),<br>
<br>
</div>Well, actually is what I did :) but, I forgot to mention that when you<br>
do so you get a crapy &quot;:&quot; aside the field.<br>
<br>
That&#39;s the reason why the label - if possible - should be disabled.<br>
</blockquote></div><br>