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

