Hi
I have one checkbox in my form and if the checkbox is checked I want to save '1' on field Activo of my table. Here is the code on after send email
What I have to write in ??
Thank you
Chrono 3 version
I have one checkbox in my form and if the checkbox is checked I want to save '1' on field Activo of my table. Here is the code on after send email
<?php
$categoria=$_POST['check00'];
if($categoria==??){
JRequest::setVar('Activo','1');
}
?>
What I have to write in ??
Thank you
Chrono 3 version