in the time i posted it i have figured out how to change the stats but i think maybe by setting a serverside flag youd be able to display it? like
PHP Code:
if(checkbox_1.checked == true){
server.checkbox1=1
then
PHP Code:
function onActionServerSide( cmd ){
if ( cmd == "SendFeedback" ) {
echo("TESTING"@server.checkbox1);
}
}
maybe thatd work il have to experiment.