hai, everybody,

I have multiple checkbox fileds.
how to add images in each fields

this is my templete

my plan type field is 10 types.

user select plan type 1 add image1
plantype2 ->addimage2.png

<div><span class="field-label">plantype: <img width="20"src="images/layout/image1.png " /> <?php echo str_replace(',','<br/>',$meetnewpeople['plantype']) ?></span></div></br>

$this->widgetSchema['plantype'] = new sfWidgetFormChoice(array('multiple' => true,'expanded'=>true,
                                                                          'label' => 'Plan_type',
                                                                      'choices' => $arr_plantype));

anybody plz help me.

I didn't understand what you are trying to do, please explain it more carefully.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.