Line #25 $this->addElements(array($firstname , $lastname , $phone , $skype , $gg));
try replacing with: $this->addElements(array($firstname , $lastname , $phone)); Regards, Saša Stamenković On Thu, Feb 25, 2010 at 10:13 AM, greg606 <[email protected]> wrote: > > Hi > Do you have any idea why here: http://pastie.org/841977 elements: $skype > and > $gg are displayed at the beginning of the form and not in the fieldset > (fieldgroup) ? > -- > View this message in context: > http://n4.nabble.com/form-elements-thrown-out-of-the-fieldgroup-tp1568702p1568702.html > Sent from the Zend Framework mailing list archive at Nabble.com. >
