I thought it over and over and came to this kind of solution:

have to change cforms it self to add this feature:

<field id="group1">
 <label>Choose </label>
 <selection-list>
  <item value="1">
   <label>label 1</label>
  </item>
  <item value="2">
   <label>lalbel 2</label>
  </item>
 </selection-list>
 <option-list>
  <item value="1">
   <label>option 1</label>
  </item>
  <item value="2">
   <label>option 2</label>
  </item>
 </option-list>
</field>

Would create table like this:
{Choose}                {option     1}          {option 2}
{label 1}               {radio value=1}         {radio value=2}
{label 2}               {radio value=1}         {radio value=2}

Should I implement it like this, or i'm going to reinvent the wheel?

Currently using cocoon 2.1.3

- Joose

--
"Always remember that you are unique, just like everyone else!"
* http://iki.fi/joose/ * [EMAIL PROTECTED] * +358 44 561 0270 *


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to