Dear sirs
i send a form to php. How can i get Value of ‘btn2stat’ ?
FORM:
{type:'block',offsetTop: 29,width:398,list:[
{type: "fieldset",label: "Optionen",width:373,list: [
{type: "settings",position: "label-left",labelWidth: 28,inputWidth: 51},
{type: "btn2state",name: "field1_10",label: "N3U:",tooltip: "Auftrag ist ein NE3 Ticket (UM)",<?php if ($row_auftraege['ne3'] == '1') { ?>checked: true<?php } else { ?>checked: false<?php } ?>},
{type: "newcolumn"},
.
.
.
PHP (does not work - result is always 0 but should be 1 if btn2state is checked):
$test = $_POST['field1_10'];
Thank you for any help
Best regards
Oliver