<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1016568" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1016568</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/problem-unchecked-raido-buttons-perl-script#comment-1096327</link>
    <description> &lt;p&gt;Conditional -- if it&#039;s allowable to edit the script, what you want to do is test the response, and say if there is no response (null), then return the value no. &lt;/p&gt;
&lt;p&gt;Little conditional statements are quite easily added to existing scripts if you are allowed to edit the script.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt; Suzanne&lt;/p&gt;
 </description>
     <pubDate>Sat, 15 Dec 2001 06:37:10 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1096327 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/problem-unchecked-raido-buttons-perl-script#comment-1096315</link>
    <description> &lt;p&gt;Is there any copyright on the script?&lt;/p&gt;
 </description>
     <pubDate>Sat, 15 Dec 2001 05:46:01 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1096315 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/problem-unchecked-raido-buttons-perl-script#comment-1096291</link>
    <description> &lt;p&gt;Well. I&#039;m quite happy to hack the perl script if there&#039;s a way to do it so that EVERY checkbox shows up in the database, even if the user only checks 2 out of 5. If this is possible, I&#039;d love to hack the script.&lt;/p&gt;
 </description>
     <pubDate>Fri, 14 Dec 2001 22:45:47 +0000</pubDate>
 <dc:creator>rline</dc:creator>
 <guid isPermaLink="false">comment 1096291 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/problem-unchecked-raido-buttons-perl-script#comment-1096223</link>
    <description> &lt;p&gt;How do you want to solve this problem?&lt;br /&gt;
1) hacking the perl script&lt;br /&gt;
2) finding a client side solution (DHTML, or other form tricks)&lt;/p&gt;
 </description>
     <pubDate>Fri, 14 Dec 2001 07:05:24 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1096223 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/problem-unchecked-raido-buttons-perl-script#comment-1096216</link>
    <description> &lt;p&gt;Actually, Mark,&lt;/p&gt;
&lt;p&gt;The whole problem arose because checkboxes didn&#039;t work. I had checkboxes all over the place, but only the ones which were selected by the user were passed into the flatfile db. This meant that if there were 20 fields total, and 5 were checkboxes, and the user only selected 2 checkboxes, then 3 wouldn&#039;t show up, so the db ended up with only 17 fields, when it should have had 20. And then when I use that db to print to the screen the different lines in the db, if there are 3 lines, each with different numbers of fields, it skews the printout.&lt;/p&gt;
&lt;p&gt;If you can explain to me how to make the value &quot;-&quot; appear in the db, if that checkbox isn&#039;t selected, that would solve most of my problems.&lt;/p&gt;
 </description>
     <pubDate>Fri, 14 Dec 2001 05:37:46 +0000</pubDate>
 <dc:creator>rline</dc:creator>
 <guid isPermaLink="false">comment 1096216 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/problem-unchecked-raido-buttons-perl-script#comment-1096214</link>
    <description> &lt;p&gt;Yes. I had previously had No selected by default. But the person I&#039;m doing it for wanted neither selected, so she could be sure that when a &quot;yes&quot; or a &quot;no&quot; came through, the user had actually selected it. I&#039;m now trying to do it without the hidden field, so that if nothing is selected by the user, the script inserts &quot;NS&quot; for that value. So far much hair being torn out...&lt;/p&gt;
 </description>
     <pubDate>Fri, 14 Dec 2001 05:19:59 +0000</pubDate>
 <dc:creator>rline</dc:creator>
 <guid isPermaLink="false">comment 1096214 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/problem-unchecked-raido-buttons-perl-script#comment-1096213</link>
    <description> &lt;p&gt;You could make No selected by default.  Or did you also want to allow null values?&lt;/p&gt;
 </description>
     <pubDate>Fri, 14 Dec 2001 05:14:13 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1096213 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/problem-unchecked-raido-buttons-perl-script#comment-1096208</link>
    <description> &lt;p&gt;Mark,&lt;/p&gt;
&lt;p&gt;I would like to make it a radio button, but keep it hidden. Is this possible? The reason I made it hidden is because I only want &quot;yes&quot; and &quot;no&quot; to appear.&lt;/p&gt;
 </description>
     <pubDate>Fri, 14 Dec 2001 03:54:38 +0000</pubDate>
 <dc:creator>rline</dc:creator>
 <guid isPermaLink="false">comment 1096208 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/problem-unchecked-raido-buttons-perl-script#comment-1096205</link>
    <description> &lt;p&gt;You could just make that hidden field a radio button.&lt;/p&gt;
&lt;p&gt;The other thing I&#039;d suggest is hacking the perl script to put &quot;N/A&quot; if $var==NULL&lt;/p&gt;
 </description>
     <pubDate>Fri, 14 Dec 2001 03:12:32 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1096205 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
