Hm, not quite what I was looking for -- that removes the saved selections as well. To clarify, here's my initial view:
label 1: ( )c ( )r ( )t ( )s label 2: ( )c ( )r ( )t ( )s label 3: ( )c ( )r ( )t ( )s label 4: ( )c ( )r ( )t ( )s label 5: ( )c ( )r ( )t ( )s
A user makes selections on the first three:
label 1: (x)c ( )r ( )t ( )s label 2: ( )c (x)r ( )t ( )s label 3: ( )c (x)r ( )t ( )s label 4: ( )c ( )r ( )t ( )s label 5: ( )c ( )r ( )t ( )s
They click submit, and this appears:
label 1: (x)c ( )r ( )t ( )s label 2: ( )c (x)r ( )t ( )s label 3: ( )c (x)r ( )t ( )s label 4: (x)c ( )r ( )t ( )s label 5: (x)c ( )r ( )t ( )s

Note that 4 and 5 now have c selected.

If I use print $query->defaults('Restore to Default');, it removes all selections from all rows.

What I want it is to look like view #2 above, after clicking submit:

label 1: (x)c ( )r ( )t ( )s label 2: ( )c (x)r ( )t ( )s label 3: ( )c (x)r ( )t ( )s label 4: ( )c ( )r ( )t ( )s label 5: ( )c ( )r ( )t ( )s
thanks, Scott

In reply to Re^2: How to get unselected radio_group() items after submitting form by slugger415
in thread How to get unselected radio_group() items after submitting form by slugger415

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.