<snip>
>
> <input type="checkbox" name="text_mobile_alert" [$ if ($details->[0] & 1)
> $]checked[$ endif $]> Blah-Blah
instead of that, try this:
[- if ($details->[0] & 1) { $fdat{text_mobile_alert} = 'Blah-Blah' } -]
<input type="checkbox" name="text_mobile_alert" value="Blah-Blah"> Blah-Blah
Regards,
ilia.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
- Strange behavior Dimitar Peikov
- RE: Strange behavior Ilia Lobsanov
- RE: Strange behavior Gerald Richter
