and it didn't work, so i looked at the method and i saw it checks if $this->edit is true, but this property is never set unless you use dbFormhandler...
I solved this to add one line of code at the begin of the method:
$this->edit = $setEditMsg;
i don't really know if this 'bug' is already fixed becouse didn't use the newest version of FH, but i didn't saw it in the changelog, so i suppose it isn't changed.
I understand that he checkes if $this->edit is true with the db version. But i don't use the db version and i do have some edit forms where i have to use this method...
Changed at 24 July 08 / 21:58
Oke, i want to use this functionality too if i just create some form, without an edit part or something.
maybe you could create an extra parameter so you can use this always.
For example: when i want to create a form where the password fields are not required, but when the user fills in the password fields, they must be the same.
For example when the user can choose for a password or not.