<?xml version="1.0" encoding="UTF-8"?> 
<?xml-stylesheet href="https://dev.horde.org/themes/horde//default/feed-rss.xsl" type="text/xsl"?> 
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> 
 <channel> 
  <title>New contact and disabled &quot;name&quot; field</title> 
  <pubDate>Sun, 05 Apr 2026 20:15:25 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/6615</link> 
  <atom:link rel="self" type="application/rss+xml" title="New contact and disabled &quot;name&quot; field" href="https://bugs.horde.org/ticket/6615/rss" /> 
  <description>New contact and disabled &quot;name&quot; field</description> 
 
   
   
  <item> 
   <title>Hello together,



when you create a new contact, the first </title> 
   <description>Hello together,



when you create a new contact, the first thing the user will try is to type in the &quot;name&quot; field, which is a composite of firstname, lastname and others.

The control is disabled and dynamically updated via Javascript.



Would it be possible to replace the disabled widget by text only

and still update it via Javascript? Other ideas?



Thomas

</description> 
   <pubDate>Thu, 17 Apr 2008 10:02:36 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6615#t44693</link> 
  </item> 
   
  <item> 
   <title>Wouldn&#039;t it be more confusing for users to be able to type i</title> 
   <description>Wouldn&#039;t it be more confusing for users to be able to type into a text field and have the value ignored or overwritten when the last/first name fields are edited?



You could always remove the &#039;name&#039; field from display if it&#039;s really bothersome for your users.</description> 
   <pubDate>Thu, 17 Apr 2008 15:39:24 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6615#t44707</link> 
  </item> 
   
  <item> 
   <title>I think the idea is to make it not a text field, right?</title> 
   <description>I think the idea is to make it not a text field, right?</description> 
   <pubDate>Thu, 17 Apr 2008 15:41:10 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6615#t44708</link> 
  </item> 
   
  <item> 
   <title>&gt; I think the idea is to make it not a text field, right?


</title> 
   <description>&gt; I think the idea is to make it not a text field, right?



Yea, that makes sense, my bad :)



The idea about removing it from the display if your using a tabbed display is still an option though.</description> 
   <pubDate>Thu, 17 Apr 2008 15:49:15 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6615#t44709</link> 
  </item> 
   
  <item> 
   <title>Not sure what tabs have to do with it?



I modified Horde_F</title> 
   <description>Not sure what tabs have to do with it?



I modified Horde_Form_Renderer so that disabled variables are wrapped in a class=&quot;form-disabled&quot;. Can we work with that and CSS to make it look like text?</description> 
   <pubDate>Thu, 17 Apr 2008 20:16:22 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6615#t44715</link> 
  </item> 
   
  <item> 
   <title>&gt; Not sure what tabs have to do with it?



If you use the o</title> 
   <description>&gt; Not sure what tabs have to do with it?



If you use the optional &#039;tabs&#039; entry in cfgSources, you can omit the &#039;name&#039; attribute from any of the tabs so it will not display.  I know it&#039;s not the best solution, but was offered as another option if nothing else would work. :)

</description> 
   <pubDate>Thu, 17 Apr 2008 20:31:30 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6615#t44716</link> 
  </item> 
   
  <item> 
   <title>Is it possible to define a default field value for new conta</title> 
   <description>Is it possible to define a default field value for new contacts?



The root of the problem is that the user does not really see that the form field is disabled as it&#039;s empty by default. If the field would contain something like &quot;firstname lastname&quot; and then gets cleared the first time a user types something in the firstname field, all would be fine.

</description> 
   <pubDate>Wed, 23 Apr 2008 16:39:17 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6615#t44825</link> 
  </item> 
   
  <item> 
   <title>&gt; Is it possible to define a default field value for new con</title> 
   <description>&gt; Is it possible to define a default field value for new contacts?



It is now. Unfortunately that doesn&#039;t completely solve the problem since the updating field is initialized onload, so even if you give &#039;name&#039; a default value, it gets immediately wiped to &#039;&#039; once the form loads, since &#039;firstname&#039; and &#039;lastname&#039; are empty.



What about the idea of using CSS to make it not look like a form field?</description> 
   <pubDate>Wed, 23 Apr 2008 21:29:28 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6615#t44828</link> 
  </item> 
   
  <item> 
   <title>How about showing the composite field (but not the component</title> 
   <description>How about showing the composite field (but not the component fields) on the display tab.. and showing the component fields (but not the composite fields) on the edit tab?</description> 
   <pubDate>Thu, 24 Apr 2008 14:54:28 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6615#t44882</link> 
  </item> 
   
  <item> 
   <title>Seems like a good system to me, though requires a bit more w</title> 
   <description>Seems like a good system to me, though requires a bit more work to determine which are which. I&#039;ll work on it.</description> 
   <pubDate>Sun, 27 Apr 2008 18:18:04 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6615#t44961</link> 
  </item> 
   
  <item> 
   <title>This should probably wait for after the feature freeze since</title> 
   <description>This should probably wait for after the feature freeze since it didn&#039;t get started - yes?</description> 
   <pubDate>Mon, 12 May 2008 20:55:11 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6615#t45246</link> 
  </item> 
   
  <item> 
   <title>&gt; This should probably wait for after the feature freeze sin</title> 
   <description>&gt; This should probably wait for after the feature freeze since it 

&gt; didn&#039;t get started - yes?



No hurry over here.

</description> 
   <pubDate>Tue, 13 May 2008 07:22:04 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6615#t45248</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
