Zend Form elements support underscores in the name, I use them all the time. How are you populating the form?
-- Hector On Tue, Feb 23, 2010 at 3:02 AM, MrMastermindNL <[email protected]>wrote: > > Hi, > > I have a form where I can store my twitter username. I named the text > element "twitter_user", When echoing the array from the database in my > view, > I see [twitter_username] username, but for some reason the value in the > form > element is "admin" which is the username of the admin module. > > Is this caused by the underscore in the element name? Or is it something > else. If it is the underscore, how can I fix that, without removing the > underscore in the element name? I need the underscore, because the front > end > application also uses this naming convention for the database fields. > > Hope you can help. > > Thanks in advance. > -- > View this message in context: > http://n4.nabble.com/Zend-form-element-name-using-underscore-problem-tp1565752p1565752.html > Sent from the Zend Framework mailing list archive at Nabble.com. >
