Menu

phpForm / News: Recent posts

New release 1.0.6 avaliable!

Hmmm, i must find my change log file :)

Posted by Simon 2001-11-08

New release 1.0.4 avaliable!

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

Posted by Simon 2001-07-23

Minor change in attribute names and one major bug fix

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

Posted by Simon 2001-07-22

Bug fix

Empty field content checking corrected.
Changed warning level when field name is not found in function getFieldValue().

Posted by Simon 2001-06-19

checkbox bug fix

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.

Posted by Simon 2001-05-26
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.