i have some dificultis:
i have 1 check box and i want to do when someone UNCHECK it that some message appear as warning so i have this:
if ($did == 1) { did -u setup 1 | .information some message! }
/information calls new form with message written...
it works ok, but when i want to check it again it AGAIN calls that warning message and wont check it altho i specified -u trigger !
what to do?