Hi all, i am having a problem with form decorators, i can't add more than one tag of the same type inside the form
what i am trying to get is the following html code : <form action="/admin/event/create" enctype="multipart/form-data" method="post"> <div><div><div><fieldset> <div><div><div><div><label for="event_name">Name <span>*</span></label> <input class="mandatory" id="event_name" name="event[name]" size="30" type="text" value="" /></div></div></div></div> <div><div><div><div><label for="event_logo">Logo Image</label> <input class="nottext" id="event_logo" name="event[logo]" size="30" type="file" /></div></div></div></div> </fieldset></div></div></div></form> my problem is i can't obtain the <div><div><div><fieldset> part can anyone help me in this plz ? -- Ahmed Abdel-Aliem
