Try to experiment where it already exists: MiscForms.xml

path: webtools/control/WebtoolsLayoutDemo

Note that the field name must be unique...

Jacques

vivek mishra wrote:
> Hi Nicolas,
> 
> Here's the sample code:
> 
>  <form name="formName" target="targetrequest" title=" Form" type="single"
>             header-row-style="header-row">
>         <field name="radioButton" position="1"  title="A" id-name="a" >
>             <radio>
>                 <option key="VGD" description="Very Good" />
>                 <option key="GOD" description="Good" />
>                 <option key="AVG" description="Average" />
>                 <option key="BAG" description="Below Average" />
>             </radio>
>         </field>
>         <field name="radioButton" position="2" title="B" id-name="b">
>             <radio>
>                 <option key="VGD" description="Very Good" />
>                 <option key="GOD" description="Good" />
>                 <option key="AVG" description="Average" />
>                 <option key="BAG" description="Below Average" />
>             </radio>
>         </field>
>     </form>
> 
> Here it is showing only the last title "B" with four radio button for very
> good, good, average and below average. It doesn't show "A" with these
> option.
> 
> Thanks & Regards,
> 
>> Hi vivek,
>> 
>> Can you give us the code ?
>> 
>> Nicolas
>> 
>> Le 18/07/2013 06:29, vivek mishra a écrit :
>> 
>>  Hello All,
>>> 
>>> Can't we use multiple radio button field in a single form widget? I am
>>> trying to add four radio button field's section but it's displaying only
>>> the last one.
>>> 
>>> For ex: In a feedback form we have certain options like Quality, Services
>>> etc. In each option we have good, average, below average parameters.
>>> When I am adding Quality and Services as a radio button and putting
>>> options
>>> inside these radio button fields it's displaying the last one only. In
>>> this
>>> case it only shows Services and it's option.
>>> 
>>> Any help will be much appreciated.
>>> 
>>> Thanks & Regards,
>>> --
>>> Vivek Mishra
>>> 
>>> 
>> 
>> --
>> Nicolas MALIN
>> Consultant
>> Tél : 06.17.66.40.06
>> Site projet : http://www.neogia.org/
>> -------
>> Société LibrenBerry
>> Tél : 02.48.02.56.12
>> Site : http://www.librenberry.net/

Reply via email to