Re: Django FormWizard

2010-12-06 Thread Muhammed Abad
uot;author" field in a normal django form would have an id of 'id_author', but in the multistep form, if the field is on the first step, the id is now 'id_0-author'. Can i still save my data without modifying my field names in my model? On Dec 6, 12:40 pm, Muhammed Abad

Django FormWizard

2010-12-06 Thread Muhammed Abad
Hi, Using the Django FormWizard, is it possible to generate a set forms that work in an "edit" mode ? i.e. I have already saved some data using the multiple step form, now I would like to edit this data. Any help would be appreciated. Thanks -- You received this message because you are subscri

Embedding multiple images in html email

2009-10-15 Thread Muhammed Abad
As the topic says, can I embed multiple images in an html email template so the recipient does not have to download them? I know this might be a silly request, but a client has asked me to do this for him and Im absolutely stumped. The closest to a solution I have come to is this : http://www.dj