17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 808 Views |
-
print checkbox value in my page

12 November 2008 at 3:24am
Hi!
I must take the value (or values) choose in a checkbox and print in my page. What I wrote is wrong, can you help me to correct?new CheckboxSetField(
$name = "categoria",
$title = "Categoria:",
$source = array(
"1" => "5L stelle",
"2" => "5 stelle",
"3" => "4 stelle",
"4" => "3 stelle"
)function doRicettivita($data, $form) {
if(!empty($data['nome'])) //this is a textfield
{ $data = array('Nome' => $data['nome'], 'Categoria' => $data['categoria']);
}
//return $a;
return $this->customise($data)->renderWith(array('SearchPage_results', 'Page'));
| 808 Views | ||
|
Page:
1
|
Go to Top |

