Hello all,<br><br>A lot of things I have done since this post and right now I amd doing things a bit differently. (Thanks to Peter Bowers for his Help Offlist.) I changed what I was doing at the begining and solved part of my problems using Zap and Checkboxes arrays.<br>
<br>Now I partially have what I wanted but another question or doubt has come to my mind. I know how to pre-set a checkbox state to checked or unchecked depending or previous state. But how come this is possible to be done with checkbox arrays?<br>
<br>the following code is taken from: <a href="http://zapdoc.web-farm.org/index.php/Snippets/Arrays">http://zapdoc.web-farm.org/index.php/Snippets/Arrays</a><br><br><pre>[[#ID]]<br>(:messages:)<br>(:zapform:)<br>(:input checkbox test[] Alpha:)Alpha<br>
(:input checkbox test[] Beta:)Beta<br>(:input checkbox test[] Gamma:)Gamma<br>(:input checkbox test[] Delta:)Delta<br>(:input checkbox test[] Epsilon:)Epsilon<br><br>(:input submit:)<br>(:zap savedata=&quot;test&quot;:)<br>
(:zapend:)<br><br>CSV: {$:test}<br>[[#ID]]<br><br>(:test: Delta,Epsilon:)<br></pre><br>In this case, is there a way, when I want to edit or change the values for this page, that the checkboxes for DELTA and EPSILON could be shown as checked ? I havent figure it out yet.<br>
<br>Help apreciated.<br>Edwin<br><br><br><br><div class="gmail_quote">On Fri, Mar 13, 2009 at 11:09 AM, edwin marte <span dir="ltr">&lt;<a href="mailto:edwin.marte@leidba.com">edwin.marte@leidba.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I am struggling wit check boxes. I have read a lot trying to see if somebody have done it something about it. I found a few examples but nothing that could save my problem.<br>
<br>I know it should be easy but I have not been able to do it. I have tried using fox and zap.<br>
<br>What I am trying to do is something similar like below:<br><br>(:input checkbox Test 1 :) Test<br><br>(:if equal {$:Test}  1:)<br>(:input hidden  PPss &quot;active&quot;:)  <br>(:else:)<br>(:input hidden  PPss &quot;No Active&quot;:)  <br>

(:ifend:)<br><br>(:input submit post Enviar:)<br><br>I am trying to save the PPss PTV in the same page I am working on for test. Not even caring about checkbox last state. I just want to give a PTV a value if checkbox is checked and give to that PTV another value otherwise.<br>

<br>I know after a few test my checkbox is giving 1 or an empty value but I have not been able to set the PTV properly in the conditional.<br><br>If anybody can point me right this simple matter it will be very useful for me, I am trying to finish something here and that is the only missing.<br>

<br>Best Regards,<br><font color="#888888">Edwin<br><br><br><br> <br>
</font></blockquote></div><br>