To add to this, if it works when you hand code the form, but not when
cake generates the form, the obvious place to start is to work out how
the generated form is different from the hand coded form.
MrTufty wrote:
> You don't mention which version you're using, but I'm going to assume
> 1.2 bec
You don't mention which version you're using, but I'm going to assume
1.2 because of the $form code.
Really, we need to see your controller code to figure this out, but it
should be something like this:
... in users_controller.php
function register() {
if(!empty($this->data)) {
if($thi