Hello!I'm writing (yet annother) CRUD controller, and I need two very similar forms, for add and edit a user.
On adding user, I'd like to set password field required; for editing, it's not, and empty password field means "password unchanged".
What's the best way to implement this functionality without having two similar config files?
Alex. _______________________________________________ HTML-FormFu mailing list [email protected] http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/html-formfu
