I have a new Form which stopped working out of the blue.
Users made 2 entries and now the form will not save its values to the table.
There is no feedback message from PHP or any other of the standard warnings. It just sits unsubmitted on every attempt.
I have examined the table structure, no problems. I made all the fields except the autoincrementing primary id "Yes, Null" to make sure that the form would write data no matter what.
Somewhere in the Tips and Tricks (that I cannot find now) was a suggestion for exposing the generated queries of such a form on Insert to see what Query is being rejected.
I would appreciate someone reminding me again of what this little trick is!