23.7.2001
I add new parameter $this->bolIgnoreHidden. If $this->bolIgnoreHidden is set to true,
then hidden fields will be ignorred and will not be present in formToArray(),
formToText(), formToFile( $strFileName ), formToSQL( $strTableName ) and
formToEmail( $strFromName, $strFromEmail, $strToEmail, $strSubject, $strCC="", $strBCC="" )
output.
Function formToArray() now for hidden fields set the caption to that field name, because
caption is seemles in that field.... read more
1. cstyle and fstyle are changed to lCellAtt and rCellAtt, because they are ment to contain additional table cell parameters, wich cannot be set in template file, because they must be changed dynamicly from table cell to table cell. If you used this two attributes in your forms, make sure that you change their names.
2. I have repared a nasty bug wich caused that new fields were appearing after form submition if key value in options array differ from first alue in value array.
For example:... read more
Empty field content checking corrected.
Changed warning level when field name is not found in function getFieldValue().
I fixed problem with check fields. Once that check field was checked, there was no way to uncheck it :) Now this is working as it should.