Thank you for your answers, FYI, I wanted to get away from the the autogenerated UI, overriding reg_form.cpt did the trick.
Regards, -- Jean -----Original Message----- From: Rob Miller [mailto:[EMAIL PROTECTED] Sent: jeudi 4 octobre 2007 16:34 To: [email protected] Subject: Re: [Remember Mailing List] how to customize the join form On Oct 4, 2007, at 4:17 AM, BALTUS Jean wrote: > Hi all, > > I've followed the tutorial for the samplemember and would like to > customize the join form. When I create a samplemember_edit.cpt > template in the skin however, it only modifies the edit form (when > the user has already registered). if you just want to add new fields to the join / edit form, then you don't need to edit the .cpt files, you just need to modify the member class schema. adding a field will cause it to show up on the edit form, setting the regfield attribute to a True value will cause it to show up on the join form. if you want to get away from the autogenerated UI, then you'll need to override the templates, the edit form you've already found, and the reg_form.cpt for the join form. -r -- To unsubscribe send an email with subject unsubscribe to [EMAIL PROTECTED] Please contact [EMAIL PROTECTED] for questions. ########################################### This message has been scanned by ICT - Africa Museum ________________________________________ 4/10/2007 - Filtered through antispam by ICT -- Archive: http://www.openplans.org/projects/remember/lists/remember/archive/2007/10/1191509680649 To unsubscribe send an email with subject unsubscribe to [EMAIL PROTECTED] Please contact [EMAIL PROTECTED] for questions.
