Hi guys, I'm trying to convert all my forms into Zend_Form objects: Zend_Form seems really powerful! But, for once, the Zend documentation is really poor about the subject and there are not enough examples and they're so so simple that I cannot get information I need to do what I want : http://thomas.vequaud.free.fr/download/05%20-%20Register%20info%20perso.png
Actually, I don't find how to: - insert an icon in a legend HTML tag (<legend><img alt="" src="<?=IMG_DIR?>/icons/vcard_edit.png"/>Informations personnelles</legend>) ; - insert text after a checkbox input (<input type="checkbox">Some text</input>) ; - have a good interpretation of accents ; - organize the various fieldsets to the right, left, top, etc. The final result is: http://thomas.vequaud.free.fr/download/inscription.png The controller code is available here : http://thomas.vequaud.free.fr/download/RegisterController.txt Please give me advice because I've felt unproductive for the last 2 days. -- Thomas VEQUAUD http://thomas.vequaud.free.fr/ Ingénieur Systèmes pour le compte d' ITS GROUP Bénévole et secouriste à la Croix-Rouge Française
