It works for me.
Try with this view (which does not include the layout):
{{=form}}
{{=xform}}
{{=request.args}}<br/>{{=request.vars}}<br/>
response.flash={{=response.flash}}On Feb 6, 2:49 am, Dan <[email protected]> wrote: > My view did include the default layout, I omit it when I writing this > discussions. > > The response.flash can show up when I submit my first form. > But it doesn't work when I submit the second form which used the > widget = SQLFORM.widgets.radio.widget. >

