Ben mantıksal ürün gruplarında radyo düğmelerini sunmak istiyorum:
Broadband products:
(*) 2 Mbit
( ) 4 Mbit
Voice products:
( ) Standard
( ) Total
Bundles:
( ) 4 Mbit + Standard
( ) 4 Mbit + Total
Tüm radyo düğmeleri aynı name
özniteliği - size fikir olsun. Zend Framework 1.8 gruplama radyo düğmeleri bu şekilde desteklemiyor gibi görünüyor. Bu herhangi bir çözüm var mı?
Update. Sadece netleştirmek için, çıkan kod biraz bu şekilde görünmelidir:
Broadband products: <br/>
<input type="radio" name="product" value="1"/> 2 Mbit <br/>
<input type="radio" name="product" value="2"/> 4 Mbit <br/>
Voice products: <br/>
<input type="radio" name="product" value="3"/> Standard <br/>
<input type="radio" name="product" value="4"/> Total <br/>
Bundels: <br/>
<input type="radio" name="product" value="5"/> 4 Mbit + Standard <br/>
<input type="radio" name="product" value="6"/> 4 Mbit + Total <br/>
Tam biçimlendirme kodu Nevermind. Sadece form elemanları önemli.