Hello!<br><br>I have been trying this for WAY too long, so I need some help.<br><br>How would I modify the FoxContacts package to use checkbox and have the ability to UPDATE them?  Herr are some of the things I have tried without success.<br>
<br>For example, an original line from the NewContact form is<br><br>|| &#39;&#39;&#39;Country:&#39;&#39;&#39; ||(:input text name=$:country size=60:) ||<br><br>Is this the coding for using a checkbox?<br><br>|| &#39;&#39;&#39;Country:&#39;&#39;&#39; ||(:input checkbox name=$:country[] value=&quot;country 1&quot;:) Country 1  (:input checkbox name=$:country[] value=&quot;country 2&quot;:) Country 2 ....<br>
<br><br><br>In the ContactTemplates#display the original<br><br>|| &#39;&#39;&#39;Country:&#39;&#39;&#39;||{{$$country}} ||    should be replaced with   || &#39;&#39;&#39;Country:&#39;&#39;&#39;||{{$$country[]}} ||<br><br>
<br><br><br>In the ContactTemplates#new the original<br><br>country=$:country  should be replaced with country=$:country[]<br><br><br>(:country: {$$country}:)  and with (:country: {$$country[]}:) <br><br><br>Thanks for your time!<br>
<br>Jim<br><br><br><br>