Subject: | Hidden field logic changed |
Hidden field logic now has to be explicitly called. Depends whether you
think this is a bug or not, it broke my existing code. Basically if you
are using the quick "getFormHTML" , you can be assured that the
"getHiddenFieldsHTML" function will be called, and your hidden fields
will get included in your form. If you are building up the form piece by
piece ie using start_form, end_form etc , you need to explicitly call
the "getHiddenFieldsHTML" function . In previous versions you could
simply call "getFieldHTMLRow" on any field and it would build the HTML
irrespective of the type (including hidden).
As a rule, code changes like this should be backwards compatable...
Cheers,
John McGeechan