On May 25, 2006, at 11:10 AM, mario ruggier wrote: > this is an old itch that keeps coming back when working with > quixote/qp forms. The next QP release will include some changes to the Form and Widget classes to address the issues Mario raised, since we notice the itch, now. In short, the is_submitted() method of the Form will call the (new) is_submitted() method on the widgets. Also, the Form's id, if present, will be used to prefix the internal name of widgets added to the form. This should make it a little easier to use multiple Forms on a page.