|
From: jon <jon...@lu...> - 2008-06-24 01:37:50
|
To follow up with this...I think I found the problem. The survey was a form with a number of different field sets, all with the same question sets but each field sets with a different focus. The question sets were Status, Risk Level and Comments and their ids were stats, risk- level and comments, respectively. I created one field set and then copied it and pasted it a number of times and tweaked the title and field set help and thought I was done. I'm betting that given each field set was unique in id but the form fields inside had the same id as the next field set that caused the problem I was seeing. I went through and gave all the form fields unique ids and it solved the problem. Should I file this as a bug or ??? Thanks, Jon On Jun 20, 5:18 pm, jon <jon...@lu...> wrote: > I’m running into an issue with saved data in PloneFormGen and am > wondering if anybody might know the cause…I have a large form with a > lot of select-box type questions. Once the user completes things and > submits the form the select questions show this for the value: > > ['Complete', 'Select Answer', 'Select Answer', 'Select Answer', > 'Select Answer', 'Select Answer', 'Select Answer', 'Select Answer', > 'Select Answer', 'Select Answer', 'Select Answer', 'Select Answer', > 'Select Answer', 'Select Answer', 'Select Answer', 'Select Answer', > 'Select Answer', 'Select Answer', 'Select Answer', 'Select Answer', > 'Select Answer', 'Select Answer', 'Select Answer', 'Select Answer', > 'Select Answer', 'Select Answer', 'Select Answer', 'Select Answer', > 'Select Answer', 'Select Answer', 'Select Answer', 'Select Answer', > 'Select Answer', 'Select Answer', 'Select Answer', 'Select Answer', > 'Select Answer', 'Select Answer', 'Select Answer', 'Select Answer', > 'Select Answer', 'Select Answer', 'Select Answer', 'Select Answer', > 'Select Answer', 'Select Answer', 'Select Answer', 'Select Answer', > 'Select Answer', 'Select Answer', 'Select Answer'] > > The first value is correct but where are the other values coming from? > Other select lists? It’s not always consistent…sometimes I’ll get two > values as opposed to the 50+ above. > > Any ideas? Thanks! > > Jon > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source.http://sourceforge.net/services/buy/index.php > _______________________________________________ > Plone-Users mailing list > Plo...@li...://lists.sourceforge.net/lists/listinfo/plone-users |