if you use form.accepts()
what is form if you do not use FORM or SQLFORM? On Oct 24, 11:27 pm, Ruiwen Chua <[email protected]> wrote: > Hi all, > > I have created a manual HTML form (not FORM() or SQLFORM()) that has a > few hidden fields (ie. <input type="hidden">..) > > When this form posts back to the controller, form.accepts() returns > True, but only the non-hidden field (there is only one, the rest are > hidden) is saved to the database. The other fields all get saved as > NULL. > > Is there something I'm missing? > > Thanks

