[web2py] Re: FORM other then process & errors

2019-05-16 Thread lucas
that is true and I've done that as a matter of routine. I believe I fixed the problem when I added formname='such and such' under germ.process(formname='such and such',onvalidate=chk_ok).accepted because I literally had 12 forms on this one page and I believe I mistakenly used gfrm twice. so

[web2py] Re: FORM other then process & errors

2019-05-16 Thread villas
It is probably clearer if you edit the code to read: else: response.flash = 'please fill out the form' In other words, this section is used when the form is not posted to the function, like when you first access it. On Sunday, 12 May 2019 20:58:22 UTC+1, lucas wrote: > > hey one and