blackdog a écrit : > Hi > > I think > > var onsubmit : Event -> Void; > > for a form, should be > > var onsubmit : Event -> Bool; > > so you can return false to not complete the normal submission process. Fixed, thanks for reporting. Nicolas