1779 Posts in 582 Topics by 556 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 239 Views |
-
Checkbox won't update value

13 October 2011 at 6:44am
Got some problems with a checkbox.
Here's my code:static $db = array(
'OwnerName' => 'Text',
'VehicleRegNum' => 'Text',
'Installed' => 'Boolean'
);function getFrontendFields(){
$fields = $this->scaffoldFormFields();
return $fields;
}
This returns a checkbox for the boolean field, but there's nothing boolean about it.
The value never gets updated no matter how many times i uncheck and check the box.Any ideas?
| 239 Views | ||
|
Page:
1
|
Go to Top |

